summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 15:54:11 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 15:54:11 +0000
commitff56183b7c749cc4d278694005f85909490abd6a (patch)
treebd46a120a4fe4602a89ac70117ab83d64bcd96b4 /idlc
parentd3e65f33177a64e21045951c8fb32f644eaa56e9 (diff)
INTEGRATION: CWS os2port03 (1.5.12); FILE MERGED
2008/07/16 12:23:28 obr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/29 14:40:36 ydario 1.5.12.1: os2 builds as other platforms now. Issue number:i85203 Submitted by:ydario
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/preproc/getopt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/idlc/source/preproc/getopt.c b/idlc/source/preproc/getopt.c
index a04658544c27..c6aedb0d7c6d 100644
--- a/idlc/source/preproc/getopt.c
+++ b/idlc/source/preproc/getopt.c
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: getopt.c,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -28,8 +28,6 @@
*
************************************************************************/
-#ifndef OS2 // YD use libc getopt
-
#include <stdio.h>
#include <string.h>
@@ -97,5 +95,3 @@ int
}
return c;
}
-
-#endif // OS2 // YD use libc getopt