summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1fe05d)
raw | patch | inline | side by side (parent: d1fe05d)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 31 Dec 2013 00:23:01 +0000 (01:23 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 31 Dec 2013 00:23:01 +0000 (01:23 +0100) |
Apparently, older versions of bison do not include the function prototype in
the generated header file. Double-declarations don't hurt (as long as they
match).
the generated header file. Double-declarations don't hurt (as long as they
match).
src/include/frontend/parser.h | patch | blob | history |
index b942248b6a175d15d68d5f2ca2d378d89c2eeabe..5491e9cac7778c24047ebb71896cdedf44b5781a 100644 (file)
void
sdb_fe_scanner_destroy(sdb_fe_yyscan_t scanner);
+int
+sdb_fe_yyparse(sdb_fe_yyscan_t scanner);
+
#ifdef __cplusplus
} /* extern "C" */
#endif