aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-04-03 15:26:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-04-03 15:26:08 -0300
commitc1746340c3fc2128c0ad4f1b356820064c722e85 (patch)
tree525cf7058f5c391cc4b803ed4e7010f9a73e4db9
parentd0339e7b726219dfbbf3b19a7cb2429c8b74841e (diff)
downloadlua-c1746340c3fc2128c0ad4f1b356820064c722e85.tar.gz
lua-c1746340c3fc2128c0ad4f1b356820064c722e85.tar.bz2
lua-c1746340c3fc2128c0ad4f1b356820064c722e85.zip
obs: version 4 is due to internal methods.
(some small details in comments)
-rw-r--r--lua.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua.h b/lua.h
index e6960a36..2c07125f 100644
--- a/lua.h
+++ b/lua.h
@@ -1,8 +1,8 @@
1/* 1/*
2** LUA - Linguagem para Usuarios de Aplicacao 2** LUA - An Extensible Extension Language
3** Grupo de Tecnologia em Computacao Grafica 3** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
4** TeCGraf - PUC-Rio 4** e-mail: lua@tecgraf.puc-rio.br
5** $Id: lua.h,v 3.41 1997/04/02 22:52:42 roberto Exp roberto $ 5** $Id: lua.h,v 3.42 1997/04/02 23:04:12 roberto Exp roberto $
6*/ 6*/
7 7
8 8