]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex/config/borland.hpp
Upgrade to boost 1.33.1
[lyx.git] / boost / boost / regex / config / borland.hpp
index 372aa0c4ac91a9cd63f39a50e968fb3b4bd20fec..51c2126b8ec2990ff599bc43253b0f8567da3a47 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *
  * Copyright (c) 1998-2002
- * Dr John Maddock
+ * John Maddock
  *
  * Use, modification and distribution are subject to the 
  * Boost Software License, Version 1.0. (See accompanying file 
 #     endif
 #  endif
 
+#if __BORLANDC__ < 0x600
+//
+// string workarounds:
+//
+#include <cstring>
+#undef strcmp
+#undef strcpy
+#endif
+
 #endif