From 995a9f71885fc1979a9a23edc3c34e19b36e7653 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 7 Feb 1996 12:13:17 -0200 Subject: no more "Bool" type --- types.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 2d6cfa36..3719f41d 100644 --- a/types.h +++ b/types.h @@ -1,6 +1,6 @@ /* ** TeCGraf - PUC-Rio -** $Id: types.h,v 1.2 1994/12/27 20:41:47 celes Exp roberto $ +** $Id: types.h,v 1.3 1995/02/06 19:32:43 roberto Exp roberto $ */ #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 */ -- cgit v1.2.3-55-g6feb