From 1917149fdd737752451da2c5f2dfbe1adde72c20 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 11 Jun 1998 15:21:37 -0300 Subject: details. --- lobject.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 286261ae..c2fa373a 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.18 1998/03/09 21:49:52 roberto Exp roberto $ +** $Id: lobject.h,v 1.19 1998/05/18 22:26:03 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -32,6 +32,11 @@ #define LUA_NUM_TYPE double #endif +/* +** format to convert number to strings +*/ +#define NUMBER_FMT "%g" + typedef LUA_NUM_TYPE real; #define Byte lua_Byte /* some systems have Byte as a predefined type */ -- cgit v1.2.3-55-g6feb