diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-12 17:23:02 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-12 17:23:02 -0200 |
commit | bf6d2ccf92768be938aaac0a0bfc87833b793e8f (patch) | |
tree | 0d1455129fd35ea93d46a583ba814716e66fd79f /lbuiltin.c | |
parent | b82ff713e321f4b65b2dc41fc1fe97633f7b197d (diff) | |
download | lua-bf6d2ccf92768be938aaac0a0bfc87833b793e8f.tar.gz lua-bf6d2ccf92768be938aaac0a0bfc87833b793e8f.tar.bz2 lua-bf6d2ccf92768be938aaac0a0bfc87833b793e8f.zip |
details
Diffstat (limited to 'lbuiltin.c')
-rw-r--r-- | lbuiltin.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbuiltin.c,v 1.49 1999/02/04 19:12:35 roberto Exp roberto $ | 2 | ** $Id: lbuiltin.c,v 1.50 1999/02/08 16:29:35 roberto Exp roberto $ |
3 | ** Built-in functions | 3 | ** Built-in functions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | /* | 30 | /* |
31 | ** {====================================================== | 31 | ** {====================================================== |
32 | ** Auxliliar functions | 32 | ** Auxiliary functions |
33 | ** ======================================================= | 33 | ** ======================================================= |
34 | */ | 34 | */ |
35 | 35 | ||