summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/patches/patch-au
blob: bfdf48133a053e6e275e8c19fc61e99106a381c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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);