summaryrefslogtreecommitdiff
path: root/src/dfa.c
diff options
context:
space:
mode:
authorMichael McConville <mmcco@mykolab.com>2015-12-13 01:20:11 -0500
committerWill Estes <westes575@gmail.com>2015-12-14 07:20:53 -0500
commit559d79d0f57f32a9aa2d14910dace91372471d94 (patch)
tree86156a3687feb1eb747d95153f79808dcd077a61 /src/dfa.c
parent56f558ffefa1e97191ac373e8d0c89019b8d8340 (diff)
Removed more instances of PROTO, ansifying.
Diffstat (limited to 'src/dfa.c')
-rw-r--r--src/dfa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dfa.c b/src/dfa.c
index ba18744..4473ce9 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -34,10 +34,10 @@
/* declare functions that have forward references */
-void dump_associated_rules PROTO ((FILE *, int));
-void dump_transitions PROTO ((FILE *, int[]));
-void sympartition PROTO ((int[], int, int[], int[]));
-int symfollowset PROTO ((int[], int, int, int[]));
+void dump_associated_rules(FILE *, int);
+void dump_transitions(FILE *, int[]);
+void sympartition(int[], int, int[], int[]);
+int symfollowset(int[], int, int, int[]);
/* check_for_backing_up - check a DFA state for backing up