summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
committerMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
commit64874cd4640c1cd95f5cb51481f85c63803afe6c (patch)
treeba928d0f60af883198c0af97398e12bb682e67d6 /src/flexdef.h
parent5f6b7645e6a7b126fa2e628b3bce0104116d2fbc (diff)
Remove remaining use of PROTO
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 9c0f11d..5449581 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -103,14 +103,6 @@
#define DEFAULT_CSIZE 128
#endif
-#ifndef PROTO
-#if defined(__STDC__)
-#define PROTO(proto) proto
-#else
-#define PROTO(proto) ()
-#endif
-#endif
-
/* Maximum line length we'll have to deal with. */
#define MAXLINE 2048