diff options
Diffstat (limited to 'xorg-server/hw/xwin/winprefslex.l')
-rwxr-xr-x[-rw-r--r--] | xorg-server/hw/xwin/winprefslex.l | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/winprefslex.l b/xorg-server/hw/xwin/winprefslex.l index 5a6c96924..0caeb6738 100644..100755 --- a/xorg-server/hw/xwin/winprefslex.l +++ b/xorg-server/hw/xwin/winprefslex.l @@ -37,8 +37,6 @@ #include <string.h> #include "winprefsyacc.h" -extern int yyparse(void); - /* Copy the parsed string, must be free()d in yacc parser */ static char *makestr(char *str) { |