summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/types.h b/types.h
index 2d6cfa36..3719f41d 100644
--- a/types.h
+++ b/types.h
@@ -1,6 +1,6 @@
1/* 1/*
2** TeCGraf - PUC-Rio 2** TeCGraf - PUC-Rio
3** $Id: types.h,v 1.2 1994/12/27 20:41:47 celes Exp roberto $ 3** $Id: types.h,v 1.3 1995/02/06 19:32:43 roberto Exp roberto $
4*/ 4*/
5 5
6#ifndef types_h 6#ifndef types_h
@@ -12,8 +12,6 @@
12#define real float 12#define real float
13#endif 13#endif
14 14
15typedef int Bool; /* boolean values */
16
17#define Byte lua_Byte /* some systems have Byte as a predefined type */ 15#define Byte lua_Byte /* some systems have Byte as a predefined type */
18typedef unsigned char Byte; /* unsigned 8 bits */ 16typedef unsigned char Byte; /* unsigned 8 bits */
19 17