summaryrefslogtreecommitdiff
path: root/exec/tailor.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec/tailor.h')
-rw-r--r--exec/tailor.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/exec/tailor.h b/exec/tailor.h
deleted file mode 100644
index d207af55..00000000
--- a/exec/tailor.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#ifndef get_char
-# define get_char() get_byte()
-#endif
-
-#ifndef put_char
-# define put_char(c) put_byte(c)
-#endif
-
-#include <stdio.h>
-#define fprintf(stream, fmt...) /* ignore useless error msgs */ ((void)0)
-
-void (*unzip_error) (const char *msg);
-#define error(msg) (*unzip_error) (msg)