diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 19:32:08 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 19:32:08 -0800 |
commit | e1677ce019219ac164d99f1e04f17caf16fc785a (patch) | |
tree | 564d19a4329bc7ae7ebfe4567b7b0eec40e669a1 /src/globals.h | |
parent | f166e8bbf16ec214fefdcf02ce81f80442899cb7 (diff) |
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 6 |
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; |