config: delete old parser, new lexer/parser is the default by now

This commit is contained in:
Michael Stapelberg
2009-11-22 20:25:33 +01:00
parent 52945486fd
commit 4ace0d2138
4 changed files with 52 additions and 400 deletions

View File

@ -22,7 +22,6 @@
#include "workspace.h"
#include "xcb.h"
typedef struct yy_buffer_state *YY_BUFFER_STATE;
extern int yylex(void);
extern int yyparse(void);