From: Mark Cave-Ayland Date: Wed, 24 Dec 2008 00:32:46 +0000 (+0000) Subject: Try and commit a pre-generated output from flex that works for the build-bot. X-Git-Tag: 1.4.0b1~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0445ea11f812429f05f95951dee30fe380dba8f8;p=postgis Try and commit a pre-generated output from flex that works for the build-bot. git-svn-id: http://svn.osgeo.org/postgis/trunk@3476 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lex.yy.c b/liblwgeom/lex.yy.c index d78371fb6..b36916595 100644 --- a/liblwgeom/lex.yy.c +++ b/liblwgeom/lex.yy.c @@ -3351,7 +3351,7 @@ char *lwg_parse_yytext; #line 11 "wktparse.lex" #include "wktparse.tab.h" #include -#include // need stdlib for atof() definition +#include /* need stdlib for atof() definition */ void init_parser(const char *src); void close_parser(void);