summaryrefslogtreecommitdiff
path: root/ace/Codeset_IBM1047.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Codeset_IBM1047.cpp')
-rw-r--r--ace/Codeset_IBM1047.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Codeset_IBM1047.cpp b/ace/Codeset_IBM1047.cpp
index b5ea060f37c..293ef4a135e 100644
--- a/ace/Codeset_IBM1047.cpp
+++ b/ace/Codeset_IBM1047.cpp
@@ -277,4 +277,7 @@ char ACE_from_IBM1047[257] =
"\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\xB3\xF7\xF0\xFA\xA7\xFF" // F0-FF
};
-#endif /* ACE_CODESET_IMB1047_H */
+#elif defined (__HP_aCC)
+// Make aC++ stop complaining about an empty translation unit
+static int shut_up_aCC = 0;
+#endif /* ACE_MVS */