diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-04 06:09:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-04 06:09:54 +0000 |
| commit | 62f882d620bdfa783c01626012d69f468ba34e28 (patch) | |
| tree | 61f47bc195ec448ef18491672dd800c17c51c67d /usr.bin/m4 | |
| parent | b07b8563ff4c0802ccb1cefdc6aca67c8896c6d1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/m4')
| -rw-r--r-- | usr.bin/m4/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 41b7b1385fe9e..93fd81f18dff9 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -139,12 +139,8 @@ struct keyblk keywrds[] = { /* m4 keywords to be installed */ #define MAXKEYS (sizeof(keywrds)/sizeof(struct keyblk)) -extern int optind; -extern char *optarg; - void macro(); void initkwds(); -extern int getopt(); int main(argc,argv) |
