From eeea1188734ac568aa9d14e5b4b242378c6d3719 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 11:59:28 +0000 Subject: 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. --- tools/bootstrp/rscdep.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') 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; -- cgit