SVN commit 1222144 by kuemmel: remove warning: yywrap doesn't take arguments M +1 -1 escan.cpp --- branches/work/kst/portto4/kst/src/libkstmath/escan.cpp #1222143:1222144 @@ -342,7 +342,7 @@ /* Begin user sect3 */ -#define yywrap(n) 1 +#define yywrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR;