[Box Backup-commit] COMMIT r958 - box/chris/merge/lib/win32
subversion@fluffy.co.uk
subversion@fluffy.co.uk
Mon, 04 Sep 2006 00:57:08 +0100
Author: chris
Date: 2006-09-04 00:57:08 +0100 (Mon, 04 Sep 2006)
New Revision: 958
Modified:
box/chris/merge/lib/win32/emu.cpp
Log:
(refs #3)
Removed last vestiges of old getopt()
Modified: box/chris/merge/lib/win32/emu.cpp
===================================================================
--- box/chris/merge/lib/win32/emu.cpp 2006-09-03 23:55:55 UTC (rev 957)
+++ box/chris/merge/lib/win32/emu.cpp 2006-09-03 23:57:08 UTC (rev 958)
@@ -561,15 +561,6 @@
return hdir;
}
-// MinGW provides a getopt implementation
-#ifndef __MINGW32__
-//works with getopt
-char *optarg;
-//optind looks like an index into the string - how far we have moved along
-int optind = 1;
-char nextchar = -1;
-#endif
-
// --------------------------------------------------------------------------
//
// Function