$NetBSD: patch-au,v 1.1 2001/02/21 18:50:37 tv Exp $ --- ifcico/flagexp.y.orig Wed Feb 21 10:42:32 2001 +++ ifcico/flagexp.y Wed Feb 21 10:42:45 2001 @@ -14,6 +14,7 @@ struct tm *now; extern int yylex(void); +extern int yyparse(void); static int match(int fl); static int logic(int e1, int op,int e2);