PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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:2037
#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
int last_column

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, and wkt_yylloc.