From: Alan Cox Date: Fri, 24 Jun 2016 16:59:38 +0000 (+0100) Subject: defs.h: void type X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=de0ef8f938de5c8e7bc58bff2aefb59f7f0b0e97;p=FUZIX.git defs.h: void type --- diff --git a/Applications/SmallC/defs.h b/Applications/SmallC/defs.h index bef33a98..dc28a2cb 100644 --- a/Applications/SmallC/defs.h +++ b/Applications/SmallC/defs.h @@ -78,6 +78,7 @@ struct tag_symbol { #define UCHAR ((1 << 2) + 1) #define CINT (2 << 2) #define UINT ((2 << 2) + 1) +#define VOID (0 << 2) // possible entries for storage #define PUBLIC 1