diff options
Diffstat (limited to 'otherlibs/unix/unix.h')
-rw-r--r-- | otherlibs/unix/unix.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/otherlibs/unix/unix.h b/otherlibs/unix/unix.h deleted file mode 100644 index e63b04a7fe..0000000000 --- a/otherlibs/unix/unix.h +++ /dev/null @@ -1,18 +0,0 @@ -#define Nothing ((value) 0) - -#ifndef NULL -#ifdef ANSI -#define NULL ((void *) 0) -#else -#define NULL ((char *) 0) -#endif -#endif - -#ifdef ANSI -extern void unix_error(int errcode, char * cmdname, value arg); -extern void uerror(char * cmdname, value arg); -#else -void unix_error(); -void uerror(); -#endif - |