summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1996-05-14 12:00:00 +0000
committerrepogen <>1996-05-14 12:00:00 +0000
commit721542976ebc89f2f8d17d19be7e4426570b69be (patch)
tree0c79a45c63aa89d6e4b8ac80931e46d74a72f8cb /src/types.h
parent71754d2f6423fb9b6e87658e58bafc5470d53f65 (diff)
downloadlua-github-2.4.tar.gz
Lua 2.42.4
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h4
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 */