1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Remove unused VOID

This commit is contained in:
Nick Briggs 2020-12-12 23:44:12 -08:00
parent 8e67d0e3c9
commit cfec521c33

View File

@ -161,7 +161,6 @@ error Must specify RELEASE to build Medley.
/* type char is signed SIGNED_CHARS */
/* fp values used with */
/* FPTEST can be in regs. REGISTER */
/* CC supports "void" VOID */
/* Use asm inline arith USE_INLINE_ARITH */
/* pointer-wide unsigned UNSIGNED */
/* pointer-wide int INT */
@ -205,7 +204,6 @@ error Must specify RELEASE to build Medley.
#undef USE_UTIME
#define UNSIGNED unsigned long
#define INT long
#define VOID void