diff options
Diffstat (limited to 'ace/config-dgux-4.x-ghs.h')
-rw-r--r-- | ace/config-dgux-4.x-ghs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h index 538096ac92e..51d424d2ca3 100644 --- a/ace/config-dgux-4.x-ghs.h +++ b/ace/config-dgux-4.x-ghs.h @@ -4,7 +4,7 @@ // The following configuration file is designed to work for DG/UX // 4.x platforms using the Green Hills Multi C++ compiler. -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H // Static objects do not get initialized correctly, so this is needed. |