Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9679/src/server
Modified Files:
sql_parser.mx
Log Message:
propagated changes of Tuesday Oct 06 2009
from the Nov2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/06 - sjoerd: src/server/sql_parser.mx,1.322.2.1
propagated changes of Monday Oct 05 2009 - Tuesday Oct 06 2009
from the Aug2009 branch to the Nov2009 branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/05 - sjoerd: src/server/sql_parser.mx,1.312.2.9
Some defines to get the parser working with bison++ 1.21.11-3.
Unfortunately there is also a bug in bison++ itself: in the generated
code it compares int with size_t which the compiler warns about.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- sql_parser.mx 25 Sep 2009 12:54:29 -0000 1.322
+++ sql_parser.mx 6 Oct 2009 13:40:28 -0000 1.323
@@ -237,10 +237,13 @@
#undef yyerror
#endif
#define yyerror(s) parse_error(YYLEX_PARAM, s)
+#define sqlerror(s) parse_error(YYLEX_PARAM, s) /* needed for bison++
1.21.11-3 */
#define YYMALLOC malloc
#define YYFREE free
+#define YY_parse_LSP_NEEDED /* needed for bison++ 1.21.11-3 */
+
#define FALSE 0
#define TRUE 1
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins