defs.h: void type
authorAlan Cox <alan@linux.intel.com>
Fri, 24 Jun 2016 16:59:38 +0000 (17:59 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 24 Jun 2016 16:59:38 +0000 (17:59 +0100)
Applications/SmallC/defs.h

index bef33a9..dc28a2c 100644 (file)
@@ -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