Code

Declare sdb_fe_yyparse() in parser.h.
authorSebastian Harl <sh@tokkee.org>
Tue, 31 Dec 2013 00:23:01 +0000 (01:23 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 31 Dec 2013 00:23:01 +0000 (01:23 +0100)
commit4453841c2411a02cee30d0d12e46f559fb907b7d
treec1756820917e5af79b9d4561aa2391a171f31b16
parentd1fe05df7fab4f69cefb22ba9ed99e0c0b3e148d
Declare sdb_fe_yyparse() in parser.h.

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).
src/include/frontend/parser.h