PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ wkt_yyerror() [1/2]

void wkt_yyerror ( __attribute__((__unused__)) const char *  str)

Definition at line 104 of file lwin_wkt_parse.c.

105{
106 /* If we haven't already set a message and location, let's set one now. */
108 {
112 }
113 LWDEBUGF(4,"%s", str);
114}
#define PARSER_ERROR_OTHER
Definition liblwgeom.h:2092
#define str(s)
#define LWDEBUGF(level, msg,...)
Definition lwgeom_log.h:88
const char * parser_error_messages[]
Definition lwin_wkt.c:37
YYLTYPE wkt_yylloc
LWGEOM_PARSER_RESULT global_parser_result

References struct_lwgeom_parser_result::errcode, struct_lwgeom_parser_result::errlocation, global_parser_result, YYLTYPE::last_column, LWDEBUGF, struct_lwgeom_parser_result::message, parser_error_messages, PARSER_ERROR_OTHER, str, and wkt_yylloc.