summaryrefslogtreecommitdiff
path: root/ace/Codeset_IBM1047.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-27 19:40:54 +0000
committerSteve Huston <shuston@riverace.com>1999-07-27 19:40:54 +0000
commit5dc4fbb8be6fe4ccd5074bb821e161ca0df80cfd (patch)
treeb6a671ff406c12276576af70f8c9e193ac27ce98 /ace/Codeset_IBM1047.cpp
parent3486fb34519b08d6153b759684d9dbbed40dec92 (diff)
downloadATCD-5dc4fbb8be6fe4ccd5074bb821e161ca0df80cfd.tar.gz
Stop HP aC++ from complaining that the entire translation unitis empty.
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 */