[postgis-tickets] r17243 - Commit generated file
Paul Ramsey
pramsey at cleverelephant.ca
Mon Feb 11 09:35:55 PST 2019
Author: pramsey
Date: 2019-02-11 09:35:54 -0800 (Mon, 11 Feb 2019)
New Revision: 17243
Modified:
branches/2.2/liblwgeom/lwin_wkt_lex.c
Log:
Commit generated file
Modified: branches/2.2/liblwgeom/lwin_wkt_lex.c
===================================================================
--- branches/2.2/liblwgeom/lwin_wkt_lex.c 2019-02-11 17:35:47 UTC (rev 17242)
+++ branches/2.2/liblwgeom/lwin_wkt_lex.c 2019-02-11 17:35:54 UTC (rev 17243)
@@ -2276,6 +2276,7 @@
*/
void wkt_lexer_init(char *src)
{
+ yy_init_globals();
wkt_yy_buf_state = wkt_yy_scan_string(src);
}
More information about the postgis-tickets
mailing list