diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-01-10 10:50:13 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-01-10 10:50:13 -0200 |
commit | fa936f8fa9d391de08901339de044b783011adfa (patch) | |
tree | 312fd835558d4891e33156ee15ffed94c5bb50f4 | |
parent | dd1221582bc7c0c2ec508b5bad4086f8801b61a8 (diff) | |
download | lua-fa936f8fa9d391de08901339de044b783011adfa.tar.gz lua-fa936f8fa9d391de08901339de044b783011adfa.tar.bz2 lua-fa936f8fa9d391de08901339de044b783011adfa.zip |
detail
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.214 2005/10/20 11:35:50 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.215 2005/12/27 17:09:50 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
@@ -358,7 +358,7 @@ struct lua_Debug { | |||
358 | 358 | ||
359 | 359 | ||
360 | /****************************************************************************** | 360 | /****************************************************************************** |
361 | * Copyright (C) 1994-2005 Lua.org, PUC-Rio. All rights reserved. | 361 | * Copyright (C) 1994-2006 Lua.org, PUC-Rio. All rights reserved. |
362 | * | 362 | * |
363 | * Permission is hereby granted, free of charge, to any person obtaining | 363 | * Permission is hereby granted, free of charge, to any person obtaining |
364 | * a copy of this software and associated documentation files (the | 364 | * a copy of this software and associated documentation files (the |