summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlc/source/preproc/getopt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/preproc/getopt.c b/idlc/source/preproc/getopt.c
index d7a965dd4..2db140bc9 100644
--- a/idlc/source/preproc/getopt.c
+++ b/idlc/source/preproc/getopt.c
@@ -4,9 +4,9 @@
*
* $RCSfile: getopt.c,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-09-20 15:02:10 $
+ * last change: $Author: rt $ $Date: 2007-11-12 15:29:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,7 @@ int optopt;
char *optarg;
int
- getopt(int argc, char *const argv[], const char *opts)
+ cppgetopt(int argc, char *const argv[], const char *opts)
{
static int sp = 1;
register int c;