lib: fix calib_yyparse() conflict
authorIan Abbott <abbotti@mev.co.uk>
Thu, 21 Mar 2013 15:12:35 +0000 (15:12 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Thu, 21 Mar 2013 15:12:35 +0000 (15:12 +0000)
commit90ce9a94bdb6b26a9cbffdf2e9922b0b1f668a65
treead7b9b77fbb7c3d73befef53ee94d457c32c1f7b
parent3dfae5a6ee6040d294493f3856a3949e1b602af0
lib: fix calib_yyparse() conflict

For newer versions of Bison, the declaration of our calib_yyparse()
function in "lib/libinternal.h" clashes with that in the generated
"lib/calib_yacc.h".

Remove the declarations of calib_yyerror() and calib_yyparse() from
"lib/libinternal.h" and declare them in "lib/calib_yacc.c".
lib/calib_yacc.y
lib/libinternal.h