summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-12 14:29:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-12 14:29:06 +0000
commit076b9cf1fad1a7c3d015d9f740f03b09dc4850c9 (patch)
tree52445c47b7bb3d9c6c4f0dcb32f5249046e08fba
parentb76297e748e50d42b082835ba1d357fee57b6573 (diff)
INTEGRATION: CWS macleopardbuild (1.4.6); FILE MERGED
2007/10/15 22:57:22 fheckl 1.4.6.1: Renaming getopt so that Leopard uses the correct function
-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;