diff options
author | Steve Huston <shuston@riverace.com> | 1998-09-23 14:17:16 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-09-23 14:17:16 +0000 |
commit | 2afb775dad6eea4612d28f955941485a657dcf29 (patch) | |
tree | 3075053d15f1636e485faed4f0d498a983869020 /ace/Dirent.cpp | |
parent | 64174d4b9c1e0dfe1e6de4abb651d3e1f949a799 (diff) | |
download | ATCD-2afb775dad6eea4612d28f955941485a657dcf29.tar.gz |
Wrapped shut_up_aCC so only aCC/CC on HP-UX see it.
Diffstat (limited to 'ace/Dirent.cpp')
-rw-r--r-- | ace/Dirent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Dirent.cpp b/ace/Dirent.cpp index 2841047c95d..e4fb13b9d02 100644 --- a/ace/Dirent.cpp +++ b/ace/Dirent.cpp @@ -4,5 +4,7 @@ #if defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/Dirent.i" #else +#if defined (HPUX) && !defined (__GNUG__) static int shut_up_aCC = 0; +#endif /* HPUX && !g++ */ #endif /* ACE_LACKS_INLINE_FUNCTIONS */ |