summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/toke.c b/toke.c
index 348e254b0f..a3486951b8 100644
--- a/toke.c
+++ b/toke.c
@@ -468,15 +468,7 @@ uni(I32 f, char *s)
#define LOP(f,x) return lop(f,x,s)
STATIC I32
-lop
-#ifdef CAN_PROTOTYPE
- (I32 f, expectation x, char *s)
-#else
- (f,x,s)
-I32 f;
-expectation x;
-char *s;
-#endif /* CAN_PROTOTYPE */
+lop(I32 f, expectation x, char *s)
{
dTHR;
yylval.ival = f;