aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-08-26 14:36:32 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-08-26 14:36:32 -0300
commit3390f9a35ac66d01c7bb0114083a4cb384783ff5 (patch)
treeb1726d230beac862c99b0b1f2361484b2cf7ad3b /lua.h
parent9273fbd131eb0be7d4e7ca4f44345b41f8a557cf (diff)
downloadlua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.gz
lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.bz2
lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.zip
detail
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua.h b/lua.h
index 5d068e02..aa969ae0 100644
--- a/lua.h
+++ b/lua.h
@@ -1,8 +1,7 @@
1/* 1/*
2** $Id: lua.h,v 1.210 2005/08/09 17:57:54 roberto Exp roberto $ 2** $Id: lua.h,v 1.211 2005/08/12 13:34:15 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** Lua.org, PUC-Rio, Brazil 4** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
5** http://www.lua.org
6** See Copyright Notice at the end of this file 5** See Copyright Notice at the end of this file
7*/ 6*/
8 7