From 541e722360168c78a61b8b79f4cd234252ffb6cb Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 23 Dec 1997 17:24:19 -0200 Subject: details --- lobject.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 0f4d02fd..659b1c5f 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.10 1997/11/27 18:25:06 roberto Exp roberto $ +** $Id: lobject.h,v 1.11 1997/12/15 16:17:20 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -13,10 +13,16 @@ #include + +/* +** "real" is the type "number" of Lua +** GREP LUA_NUMBER to change that +*/ #ifndef real #define real float #endif + #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