From 92c6891c368cae5c2402727c1f66f1c60778199d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 17 Jun 2013 09:29:54 -0700 Subject: [PATCH] get the prototype right for yyparse, it returns an int --- lib/com_err/compile_et.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/com_err/compile_et.c b/lib/com_err/compile_et.c index c0700583e..2cd747ecb 100644 --- a/lib/com_err/compile_et.c +++ b/lib/com_err/compile_et.c @@ -45,7 +45,7 @@ int numerror; extern FILE *yyin; -extern void yyparse(void); +int yyparse(void); long base_id; int number;