diff options
Diffstat (limited to 'ace/config-irix6.x-g++.h')
-rw-r--r-- | ace/config-irix6.x-g++.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-irix6.x-g++.h b/ace/config-irix6.x-g++.h index ac716212894..1eb008fca6e 100644 --- a/ace/config-irix6.x-g++.h +++ b/ace/config-irix6.x-g++.h @@ -4,7 +4,7 @@ // The following configuration file is designed to work for the SGI // Indigo2EX running Irix 6.2 platform using the GNU C++ Compiler -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H #include "ace/config-g++-common.h" |