diff options
Diffstat (limited to 'src/preproc/refer/label.y')
-rw-r--r-- | src/preproc/refer/label.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preproc/refer/label.y b/src/preproc/refer/label.y index 96ccc7f1..2481ebbf 100644 --- a/src/preproc/refer/label.y +++ b/src/preproc/refer/label.y @@ -28,6 +28,7 @@ Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ int yylex(); void yyerror(const char *); +int yyparse(); static const char *format_serial(char c, int n); |