From 23cd9570fe390e65b6e337a8455b54accac55a54 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 5 Sep 2014 14:38:30 +0000 Subject: [PATCH] Fix %name-prefix usage in gramma file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated] git-svn-id: http://svn.osgeo.org/postgis/trunk@12947 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwin_wkt_parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/lwin_wkt_parse.y b/liblwgeom/lwin_wkt_parse.y index 9c74545e4..3bd1776d2 100644 --- a/liblwgeom/lwin_wkt_parse.y +++ b/liblwgeom/lwin_wkt_parse.y @@ -101,7 +101,7 @@ int lwgeom_parse_wkt(LWGEOM_PARSER_RESULT *parser_result, char *wktstr, int pars %locations %error-verbose -%name-prefix="wkt_yy" +%name-prefix "wkt_yy" %union { int integervalue; -- 2.50.1