[Kst] branches/work/kst/portto4/kst/src/libkstmath

Peter Kümmel syntheticpp at gmx.net
Mon Feb 21 23:02:51 CET 2011


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;


More information about the Kst mailing list