summaryrefslogtreecommitdiff
path: root/devel/frink/files/patch-blocks.c
blob: 2ee230d9461d554c718aaf6fcef8c501f6bf531c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- blocks.c.orig	2004-01-22 13:58:26 UTC
+++ blocks.c
@@ -32,7 +32,6 @@
 #endif
 
 extern List *blocks;
-extern void warnFor(Token*, char*, char*);
 
 Blox *pushBlock(Token *cmd, int infl, int lvl, int cond)
 {