SVN commit 1214400 by kuemmel:
uncomment noop code
M +2 -0 eparse.cpp
--- branches/work/kst/portto4/kst/src/libkstmath/eparse.cpp #1214399:1214400
@@ -1215,12 +1215,14 @@
yymsg = "Deleting";
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
+ /*
switch (yytype)
{
default:
break;
}
+ */
}