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 | 09d9ca57131b82a127ab248a35be0c64fcab7ef2 (patch) | |
tree | c770622a9439c6c369b66a54fc48eec5a0619ede /soltools/cpp | |
parent | 698163da3209124b9a906ce429d7dfcedecc36fc (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 2240de2a8..627a29fc7 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': |