summaryrefslogtreecommitdiff
path: root/ace/Codeset_IBM1047.cpp
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
commitab55def2c2f6efe9a8e69fa99d06396d4aa9b4fd (patch)
tree445aeac2e108fd7b872440b70a85ebc7b50983a6 /ace/Codeset_IBM1047.cpp
parent879afb521fe6f1950554f25d8863ad937926b168 (diff)
downloadATCD-ab55def2c2f6efe9a8e69fa99d06396d4aa9b4fd.tar.gz
ChangeLogTag:Tue Oct 19 12:55:16 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'ace/Codeset_IBM1047.cpp')
-rw-r--r--ace/Codeset_IBM1047.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/ace/Codeset_IBM1047.cpp b/ace/Codeset_IBM1047.cpp
index 65ef43502a6..45ae7932665 100644
--- a/ace/Codeset_IBM1047.cpp
+++ b/ace/Codeset_IBM1047.cpp
@@ -1,3 +1,4 @@
+// -*- C++ -*-
// $Id$
// ============================================================================
@@ -9,20 +10,18 @@
// Codeset_IBM1047.cpp
//
// = DESCRIPTION
-// Defines the arrays required to convert between ISO8859 (aka
-// Latin/1) and IBM1047 (aka EBCDIC).
+// Defines the arrays required to convert between ISO8859 (aka
+// Latin/1) and IBM1047 (aka EBCDIC).
//
// = AUTHOR
-// Jim Rogers (jrogers@viasoft.com)
+// Jim Rogers (jrogers@viasoft.com)
//
// ============================================================================
-#include "ace/inc_user_config.h"
+#include "ace/Codeset_IBM1047.h"
#if defined(ACE_MVS)
-#include "ace/Codeset_IBM1047.h"
-
ACE_RCSID(ace, Codeset_IBM1047, "$Id$")
// ****************************************************************