PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ SET_PARSER_ERROR

#define SET_PARSER_ERROR (   errno)
Value:
{ \
global_parser_result.message = parser_error_messages[(errno)]; \
global_parser_result.errcode = (errno); \
global_parser_result.errlocation = wkt_yylloc.last_column; \
}
const char * parser_error_messages[]
Definition: lwin_wkt.c:37
YYLTYPE wkt_yylloc
int last_column

Definition at line 52 of file lwin_wkt.c.