diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-12 14:30:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-12 14:30:29 +0000 |
commit | 684966385a3fa74757174d26482933aeefe872f4 (patch) | |
tree | c5ee5e15e531ac808b383d19bec4ce9f2bc65a98 /soltools/cpp | |
parent | b110c99ddddecdf60f22ba3b21f5ce3618876c20 (diff) |
INTEGRATION: CWS macleopardbuild (1.4.66); FILE MERGED
2007/10/16 18:29:56 fheckl 1.4.66.1: Making soltools MacOSX 10.5 buildable
Diffstat (limited to 'soltools/cpp')
-rw-r--r-- | soltools/cpp/_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c index 029070c7e6e3..5574bb3ecef7 100644 --- a/soltools/cpp/_unix.c +++ b/soltools/cpp/_unix.c @@ -12,7 +12,7 @@ #include "cpp.h" -extern int getopt(int, char *const *, const char *); +extern int stgetopt(int, char *const *, const char *); extern char *optarg, rcsid[]; extern int optind; @@ -36,7 +36,7 @@ void Tokenrow tr; setup_kwtab(); - while ((c = getopt(argc, argv, "NOPV:I:D:U:F:A:X:u:l:+")) != -1) + while ((c = stgetopt(argc, argv, "NOPV:I:D:U:F:A:X:u:l:+")) != -1) switch (c) { case 'N': |