summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-18 13:51:53 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-18 13:51:53 -0300
commit07894514587e5cada05c5ea85ee714f85eec9127 (patch)
tree182fbcddff4fa67fef444e6b7c6289a2f5fbe622 /lua.h
parentd97af0de26cc4eabe5ff9d1b851a6a5110473d1a (diff)
downloadlua-07894514587e5cada05c5ea85ee714f85eec9127.tar.gz
lua-07894514587e5cada05c5ea85ee714f85eec9127.tar.bz2
lua-07894514587e5cada05c5ea85ee714f85eec9127.zip
details
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 c30bd4cf..477627ef 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.21 1998/06/06 21:05:52 roberto Exp roberto $ 2** $Id: lua.h,v 1.22 1998/06/15 21:34:14 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
@@ -12,7 +12,7 @@
12#define lua_h 12#define lua_h
13 13
14#define LUA_VERSION "Lua 3.1" 14#define LUA_VERSION "Lua 3.1"
15#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf" 15#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf, PUC-Rio"
16#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" 16#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
17 17
18 18