aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-05-18 19:26:03 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-05-18 19:26:03 -0300
commit054e0b888a45bc143b8e4cb7a6b77eba0350bb49 (patch)
tree5aff6a496078db9a2e068a04d484f46dca628319 /lua.h
parentda252eeff7c64b034fa0c5acf25a5e8b2565bd4a (diff)
downloadlua-054e0b888a45bc143b8e4cb7a6b77eba0350bb49.tar.gz
lua-054e0b888a45bc143b8e4cb7a6b77eba0350bb49.tar.bz2
lua-054e0b888a45bc143b8e4cb7a6b77eba0350bb49.zip
number type in Lua changed for double (by default).
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 47fb63aa..5e513a94 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.16 1998/03/06 16:54:42 roberto Exp roberto $ 2** $Id: lua.h,v 1.17 1998/03/06 18:47:42 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil 4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
5** e-mail: lua@tecgraf.puc-rio.br 5** e-mail: lua@tecgraf.puc-rio.br
@@ -43,7 +43,7 @@
43#ifndef lua_h 43#ifndef lua_h
44#define lua_h 44#define lua_h
45 45
46#define LUA_VERSION "Lua 3.1 (alpha)" 46#define LUA_VERSION "Lua 3.1"
47#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf" 47#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf"
48#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" 48#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
49 49