summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
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