[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Feb 13 23:18:47 CET 2004
CVS commit by staikos:
gcc2.95 compile fix
M +5 -4 kstequationcurve.cpp 1.47
--- kdeextragear-2/kst/kst/kstequationcurve.cpp #1.46:1.47
@@ -31,4 +31,5 @@
#include <qstylesheet.h>
+#include "enodes.h"
#include "kstdoc.h"
#include "kstdatacollection.h"
@@ -36,4 +37,8 @@
#include "ksteqdialog_i.h"
+extern "C" int yyparse();
+extern "C" void *ParsedEquation;
+extern "C" struct yy_buffer_state *yy_scan_string(const char*);
+
const QString KstEquationCurve::XVECTOR = "X";
const QString KstEquationCurve::OUTVECTOR = "O"; // Output (slave) vector
@@ -304,8 +309,4 @@ bool KstEquationCurve::slaveVectorsUsed(
}
-extern "C" int yyparse();
-extern "C" void *ParsedEquation;
-extern "C" struct yy_buffer_state *yy_scan_string(const char*);
-#include "enodes.h"
/************************************************************************/
More information about the Kst
mailing list