summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:59:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:59:28 +0000
commiteeea1188734ac568aa9d14e5b4b242378c6d3719 (patch)
treee37cff00dc7695bc5429c16aeb1b32027d30a179 /tools
parentINTEGRATION: CWS os2port02 (1.26.32); FILE MERGED (diff)
downloadcore-eeea1188734ac568aa9d14e5b4b242378c6d3719.tar.gz
core-eeea1188734ac568aa9d14e5b4b242378c6d3719.zip
INTEGRATION: CWS os2port02 (1.23.30); FILE MERGED
2007/09/30 12:08:49 ydario 1.23.30.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/rscdep.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index d4bd3b691df3..2625a258ed71 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rscdep.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:07:17 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:59:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,7 @@ void RscHrcDep::Execute()
/* poor man's getopt() */
int simple_getopt(char *argv[], const char *optstring);
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
static char *optarg = NULL;
static int optind = 1;
static int optopt = 0;