diff --git a/ivlpp/parse.y b/ivlpp/parse.y index 9b26afaa3..75fa645f1 100644 --- a/ivlpp/parse.y +++ b/ivlpp/parse.y @@ -19,9 +19,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: parse.y,v 1.2 2000/08/20 17:49:05 steve Exp $" +#ident "$Id: parse.y,v 1.3 2002/01/24 03:57:45 steve Exp $" #endif +# include + static void yyerror(const char*msg); %}