5c46d395b8
- Enable grib, udunits2, and wxWidgets support - Build python module and add sub-package for it - Use %global instead of %define
12 lines
346 B
Diff
12 lines
346 B
Diff
--- gdl-0.9rc4/src/widget.cpp.GDLLexer 2010-02-02 11:13:51.000000000 -0700
|
|
+++ gdl-0.9rc4/src/widget.cpp 2010-02-04 08:41:11.835418064 -0700
|
|
@@ -589,7 +589,7 @@
|
|
|
|
RefDNode theAST;
|
|
|
|
- GDLLexer lexer(istr, "");
|
|
+ GDLLexer lexer(istr, "", GDLParser::NONE);
|
|
GDLParser& parser = lexer.Parser();
|
|
parser.interactive();
|
|
|