From c91a862e411785bc7691284ed810ee937f2799bd Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 10 Aug 2007 18:01:59 +0000 Subject: [PATCH] OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski --- src/WOKTools/WOKTools_Options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WOKTools/WOKTools_Options.cxx b/src/WOKTools/WOKTools_Options.cxx index 24f1782..45e5416 100755 --- a/src/WOKTools/WOKTools_Options.cxx +++ b/src/WOKTools/WOKTools_Options.cxx @@ -50,7 +50,7 @@ WOKTools_Options::WOKTools_Options(const Standard_Integer argc, mydefines = new WOKTools_HSequenceOfDefine; myargs = new TColStd_HSequenceOfHAsciiString; myerrflg = Standard_False; -#if !defined( WNT ) && !defined( __GNUC__ ) +#if ( !defined( WNT ) && !defined( __GNUC__ ) ) || defined(__APPLE__) || defined(__FreeBSD__) optind = 1; #else optind = 0; -- 2.39.5