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

◆ wkt_yyerror() [1/2]

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

Definition at line 108 of file lwin_wkt_parse.c.

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

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.