diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h index 43684228..748ed83f 100644 --- a/src/types.h +++ b/src/types.h @@ -1,6 +1,6 @@ /* ** TeCGraf - PUC-Rio -** $Id: types.h,v 1.3 1995/02/06 19:32:43 roberto Exp $ +** $Id: types.h,v 1.4 1996/02/07 14:13:17 roberto Exp $ */ #ifndef types_h @@ -12,8 +12,6 @@ #define real float #endif -typedef int Bool; /* boolean values */ - #define Byte lua_Byte /* some systems have Byte as a predefined type */ typedef unsigned char Byte; /* unsigned 8 bits */ |