diff options
Diffstat (limited to 'devel/frink/files/patch-blocks.h')
-rw-r--r-- | devel/frink/files/patch-blocks.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/frink/files/patch-blocks.h b/devel/frink/files/patch-blocks.h new file mode 100644 index 000000000000..9dc40ab170d6 --- /dev/null +++ b/devel/frink/files/patch-blocks.h @@ -0,0 +1,11 @@ +--- blocks.h.orig 2002-12-11 22:22:09 UTC ++++ blocks.h +@@ -33,7 +33,7 @@ typedef struct block_s + extern Blox *pushBlock(Token *, int, int, int); + extern void delBlock(Blox *); + extern void popBlock(int); +-extern int isUnreachable(); ++extern int isUnreachable(void); + extern void setUnreachable(int); + + #endif |