Update of /cvsroot/monetdb/pathfinder/compiler/parser
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15656/compiler/parser
Modified Files:
scanner.l
Log Message:
propagated changes of Thursday Mar 01 2007 - Friday Mar 02 2007
from the XQuery_0-16 branch to the development trunk
Index: scanner.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/scanner.l,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- scanner.l 21 Feb 2007 11:52:14 -0000 1.46
+++ scanner.l 2 Mar 2007 12:35:41 -0000 1.47
@@ -654,7 +654,7 @@
= extract_qname (yytext, 0);
pf_yield (QName_LParen);
}
-{IntegerLiteral} { pflval.num = atoll (yytext);
+{IntegerLiteral} { pflval.num = (long long) atof (yytext);
gotoState (OPERATOR);
pf_yield (IntegerLiteral);
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins