Kaydet (Commit) 68496638 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst b110c99d
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "cpp.h" #include "cpp.h"
extern int getopt(int, char *const *, const char *); extern int stgetopt(int, char *const *, const char *);
extern char *optarg, rcsid[]; extern char *optarg, rcsid[];
extern int optind; extern int optind;
...@@ -36,7 +36,7 @@ void ...@@ -36,7 +36,7 @@ void
Tokenrow tr; Tokenrow tr;
setup_kwtab(); 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) switch (c)
{ {
case 'N': case 'N':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment