diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-19 19:04:16 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-19 19:04:16 +0000 |
commit | f085418a9e30b117af064f04298532377e64a234 (patch) | |
tree | e90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /ace/config-sunos5.4-sunc++-4.x.h | |
parent | 4165bce73fc23d677dd345f4676f2113927f2759 (diff) | |
download | ATCD-f085418a9e30b117af064f04298532377e64a234.tar.gz |
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index 5782d626bdf..41a4a405191 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -6,7 +6,7 @@ #ifndef ACE_CONFIG_H #define ACE_CONFIG_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #if ! defined (__ACE_INLINE__) # define __ACE_INLINE__ @@ -193,5 +193,5 @@ # define ACE_NEW_THROWS_EXCEPTIONS # endif /* ACE_HAS_EXCEPTIONS */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ |