From 3a4cc8b4b2baeb6b2e043c25495aede08a649641 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Mon, 1 Jan 2024 12:22:46 +0100 Subject: Remove redundant declaration of yyparse yyparse is already declared in (the generated) gram.h. This silences a "redundant redeclaration of 'yyparse'" warning. Signed-off-by: Tim Wiederhake --- src/twm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/twm.h b/src/twm.h index 57437cb..a7793da 100644 --- a/src/twm.h +++ b/src/twm.h @@ -416,8 +416,6 @@ extern Bool RestartPreviousState; extern Bool GetWMState(Window w, int *statep, Window *iwp); -extern int -yyparse(void); extern int yylex(void); -- cgit v1.2.3