Added fixes for C++ Builder 6 alignment (binary compatibility) issues.

[SVN r14087]
This commit is contained in:
John Maddock
2002-06-06 11:32:45 +00:00
parent 998f94ffe9
commit 293b945785
15 changed files with 22 additions and 14 deletions

View File

@ -27,7 +27,7 @@
#include <boost/regex/config.hpp>
#ifdef __BORLANDC__
#pragma option push -a4 -b -Ve -pc
#pragma option push -a8 -b -Vx -Ve -pc
#endif
/* include these defs only for POSIX compatablity */