summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-15 15:08:50 -0500
committerWill Estes <westes575@gmail.com>2015-12-15 16:11:01 -0500
commitc1c3b82b79fdc867c521fda14447e2a268af4c22 (patch)
tree29299fa4e63512f54900f3716a543584bd58cfcb /src/main.c
parentc918627e08a29d432a7e22d533f59a7a0175d070 (diff)
Remove more instances of PROTO
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index a06b7e4..ad48743 100644
--- a/src/main.c
+++ b/src/main.c
@@ -41,10 +41,10 @@ static char flex_version[] = FLEX_VERSION;
/* declare functions that have forward references */
-void flexinit PROTO ((int, char **));
-void readin PROTO ((void));
-void set_up_initial_allocations PROTO ((void));
-static char *basename2 PROTO ((char *path, int should_strip_ext));
+void flexinit(int, char **);
+void readin(void);
+void set_up_initial_allocations(void);
+static char *basename2(char *path, int should_strip_ext);
/* these globals are all defined and commented in flexdef.h */