diff options
Diffstat (limited to 'devel/frink/files/patch-blocks.c')
-rw-r--r-- | devel/frink/files/patch-blocks.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/frink/files/patch-blocks.c b/devel/frink/files/patch-blocks.c new file mode 100644 index 000000000000..2ee230d9461d --- /dev/null +++ b/devel/frink/files/patch-blocks.c @@ -0,0 +1,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) + { |