summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-04 19:32:08 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-04 19:32:08 -0800
commite1677ce019219ac164d99f1e04f17caf16fc785a (patch)
tree564d19a4329bc7ae7ebfe4567b7b0eec40e669a1 /src/globals.h
parentf166e8bbf16ec214fefdcf02ce81f80442899cb7 (diff)
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/globals.h b/src/globals.h
index 965386f..a8b9e35 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -26,15 +26,9 @@ in this Software without prior written authorization from The Open Group.
Author: Ralph Mor, X Consortium
******************************************************************************/
-#ifndef __UNIXOS2__
IceConn _IceConnectionObjs[256];
char *_IceConnectionStrings[256];
_IceProtocol _IceProtocols[255];
-#else
-IceConn _IceConnectionObjs[256] = {0};
-char *_IceConnectionStrings[256] = {0};
-_IceProtocol _IceProtocols[255] = {0};
-#endif
int _IceConnectionCount = 0;
int _IceLastMajorOpcode = 0;