CVS commit by staikos: use the global scanner M +1 -1 exparse.y 1.4 --- kdeextragear-2/kst/kst/exparse.y #1.3:1.4 @@ -7,5 +7,5 @@ #include "enodefactory.h" -extern int exlex(); +extern int yylex(); void exerror(char *s);