diff options
Diffstat (limited to 'lfunc.c')
-rw-r--r-- | lfunc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lfunc.c,v 1.14 1999/11/10 15:39:35 roberto Exp roberto $ | 2 | ** $Id: lfunc.c,v 1.15 1999/11/22 13:12:07 roberto Exp roberto $ |
3 | ** Auxiliary functions to manipulate prototypes and closures | 3 | ** Auxiliary functions to manipulate prototypes and closures |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -61,7 +61,7 @@ void luaF_freeclosure (lua_State *L, Closure *c) { | |||
61 | 61 | ||
62 | 62 | ||
63 | /* | 63 | /* |
64 | ** Look for n-th local variable at line "line" in function "func". | 64 | ** Look for n-th local variable at line `line' in function `func'. |
65 | ** Returns NULL if not found. | 65 | ** Returns NULL if not found. |
66 | */ | 66 | */ |
67 | const char *luaF_getlocalname (const TProtoFunc *func, | 67 | const char *luaF_getlocalname (const TProtoFunc *func, |