summaryrefslogtreecommitdiff
path: root/ace/Codeset_IBM1047.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-10-19 17:57:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-10-19 17:57:56 +0000
commit7e2d948dae66095af8f81eaef52caaea10b858c4 (patch)
tree445aeac2e108fd7b872440b70a85ebc7b50983a6 /ace/Codeset_IBM1047.h
parentcc8c3d4e2f1000da0171a2fb9ec77608bd00fb85 (diff)
downloadATCD-7e2d948dae66095af8f81eaef52caaea10b858c4.tar.gz
ChangeLogTag:Tue Oct 19 12:55:16 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'ace/Codeset_IBM1047.h')
-rw-r--r--ace/Codeset_IBM1047.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/ace/Codeset_IBM1047.h b/ace/Codeset_IBM1047.h
index 1f9d19292b4..7f1604e2edb 100644
--- a/ace/Codeset_IBM1047.h
+++ b/ace/Codeset_IBM1047.h
@@ -1,3 +1,4 @@
+// -*- C++ -*-
// $Id$
// ============================================================================
@@ -9,8 +10,8 @@
// Codeset_IBM1047.cpp
//
// = DESCRIPTION
-// Declares the arrays required to convert between ISO8859 (aka
-// Latin/1) and IBM1047 (aka EBCDIC).
+// Declares the arrays required to convert between ISO8859 (aka
+// Latin/1) and IBM1047 (aka EBCDIC).
//
// = AUTHOR
// Jim Rogers (jrogers@viasoft.com)
@@ -20,14 +21,16 @@
#ifndef ACE_CODESET_IMB1047_H
#define ACE_CODESET_IMB1047_H
-#if defined(ACE_MVS)
-
-#include "ace/CDR_Stream.h"
+#include "ace/inc_user_config.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#if defined(ACE_MVS)
+
+#include "ace/CDR_Stream.h"
+
extern ACE_Export char ACE_to_IBM1047[257];
extern ACE_Export char ACE_from_IBM1047[257];