diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-18 21:16:37 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-18 21:16:37 +0000 |
commit | e4e7f214922b197c1e3762759c8bb6cae051b341 (patch) | |
tree | bde1bb0baeff76226c161f5302bf8752a8988782 /ace/config-vxworks5.x-g++.h | |
parent | 917760705d334106e2ee686b3643936ec8cd9494 (diff) | |
download | ATCD-e4e7f214922b197c1e3762759c8bb6cae051b341.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-vxworks5.x-g++.h')
-rw-r--r-- | ace/config-vxworks5.x-g++.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-vxworks5.x-g++.h b/ace/config-vxworks5.x-g++.h index a5f50e4ab11..f9249619617 100644 --- a/ace/config-vxworks5.x-g++.h +++ b/ace/config-vxworks5.x-g++.h @@ -20,8 +20,10 @@ #define ACE_HAS_CPLUSPLUS_HEADERS // Even though the documentation suggests that g++/VxWorks 5.3.1 -// supports long long, WRS tech support says that it doesn't. And -// It causes undefined symbols for math functions. +// supports long long, WRS tech support says that it doesn't (though +// it's interesting that they wouldn't say that that in a quick email +// message, but instead called on the phone to tell me :-). +// And it causes undefined symbols for math functions. // #define ACE_HAS_LONGLONG_T // On g++/VxWorks, iostream.h defines a static instance (yes, instance) |