summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index c6374a44..30e4a867 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.28 1999/02/22 19:13:12 roberto Exp roberto $ 2** $Id: lua.h,v 1.29 1999/02/23 14:57:28 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
@@ -188,5 +188,6 @@ lua_Object lua_setfallback (char *event, lua_CFunction fallback);
188* The Lua language and this implementation have been entirely designed and 188* The Lua language and this implementation have been entirely designed and
189* written by Waldemar Celes Filho, Roberto Ierusalimschy and 189* written by Waldemar Celes Filho, Roberto Ierusalimschy and
190* Luiz Henrique de Figueiredo at TeCGraf, PUC-Rio. 190* Luiz Henrique de Figueiredo at TeCGraf, PUC-Rio.
191*
191* This implementation contains no third-party code. 192* This implementation contains no third-party code.
192******************************************************************************/ 193******************************************************************************/