diff options
-rw-r--r-- | src/gram.y | 1 | ||||
-rw-r--r-- | src/twm.h | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -101,6 +101,7 @@ int mods = 0; unsigned int mods_used = (ShiftMask | ControlMask | Mod1Mask); extern int yylineno; +extern int yylex(void); static void yyerror(const char *s); %} @@ -416,9 +416,6 @@ extern Bool RestartPreviousState; extern Bool GetWMState(Window w, int *statep, Window *iwp); -extern int -yylex(void); - extern void parseWarning(const char *, ...) GCC_PRINTFLIKE(1,2); extern Atom TwmAtoms[]; |