summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-09-29 09:56:22 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-09-29 09:56:22 -0300
commitdcc10accea47fa1475c627de6f7c3e3f7eeec27b (patch)
treed7593bf91960ef16fe3ea6a8b552dc06f21a0a25 /lua.h
parente2fc5aa684da313c96b69a9e556d65334943e4d9 (diff)
downloadlua-dcc10accea47fa1475c627de6f7c3e3f7eeec27b.tar.gz
lua-dcc10accea47fa1475c627de6f7c3e3f7eeec27b.tar.bz2
lua-dcc10accea47fa1475c627de6f7c3e3f7eeec27b.zip
temporary version
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 2f0f2b4c..b999ad71 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.33 1999/08/11 17:00:59 roberto Exp roberto $ 2** $Id: lua.h,v 1.34 1999/08/16 20:52:00 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
@@ -11,7 +11,7 @@
11#ifndef lua_h 11#ifndef lua_h
12#define lua_h 12#define lua_h
13 13
14#define LUA_VERSION "Lua 3.2" 14#define LUA_VERSION "Lua 3.x"
15#define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio" 15#define LUA_COPYRIGHT "Copyright (C) 1994-1999 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