diff options
Diffstat (limited to 'indexlib/boost-compat')
-rw-r--r-- | indexlib/boost-compat/config/abi/borland_prefix.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/boost-compat/config/abi/borland_prefix.hpp b/indexlib/boost-compat/config/abi/borland_prefix.hpp index c911a735e..49f424949 100644 --- a/indexlib/boost-compat/config/abi/borland_prefix.hpp +++ b/indexlib/boost-compat/config/abi/borland_prefix.hpp @@ -10,9 +10,9 @@ // -Ve (on or off - empty base classes) // -aX (alignment - 5 options). // -pX (Calling convention - 4 options) -// -VmX (member pointer size and tqlayout - 5 options) +// -VmX (member pointer size and layout - 5 options) // -VC (on or off, changes name mangling) -// -Vl (on or off, changes struct tqlayout). +// -Vl (on or off, changes struct layout). // In addition the following warnings are sufficiently annoying (and // unfixable) to have them turned off by default: |