From: sparky4 Date: Sun, 21 Jun 2015 02:10:21 +0000 (-0500) Subject: typedef enum {FALSE,TRUE} boolean; X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=cfdf98e9b25697ecdb372f5a25bdd7f3f1dbe9fa;p=16.git typedef enum {FALSE,TRUE} boolean; modified: src/lib/lib_head.h modified: src/lib/types.h --- diff --git a/src/lib/lib_head.h b/src/lib/lib_head.h index a0e0cc61..b4b18d6e 100644 --- a/src/lib/lib_head.h +++ b/src/lib/lib_head.h @@ -137,6 +137,7 @@ must be zeroed before using this macro */ //#define trap(N,R) intr(N,R) typedef union REGPACK regs_t; +typedef enum {FALSE,TRUE} boolean; void wait(clock_t wait); void* AllocateLargestFreeBlock(size_t* Size); diff --git a/src/lib/types.h b/src/lib/types.h index 66606fc2..63b7f3ad 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -31,4 +31,3 @@ typedef signed char sbyte; typedef signed short sword; typedef signed long sdword; -//typedef enum {FALSE,TRUE} boolean;