summaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-09-04 06:09:54 +0000
committerWarner Losh <imp@FreeBSD.org>2000-09-04 06:09:54 +0000
commit62f882d620bdfa783c01626012d69f468ba34e28 (patch)
tree61f47bc195ec448ef18491672dd800c17c51c67d /usr.bin/m4
parentb07b8563ff4c0802ccb1cefdc6aca67c8896c6d1 (diff)
downloadsrc-test2-62f882d620bdfa783c01626012d69f468ba34e28.tar.gz
src-test2-62f882d620bdfa783c01626012d69f468ba34e28.zip
Notes
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c
index 41b7b1385fe9..93fd81f18dff 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)