diff options
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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; |