diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-22 15:59:59 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-22 15:59:59 -0300 |
| commit | 5f37134e64aec3a0414a41c11d6b055c667369d1 (patch) | |
| tree | 29415835aca3bc8bfe31c9e4c03d894ac6bcef09 /lapi.c | |
| parent | 52ee91dd73199e068d31d3ac138d933ddd4fb9b1 (diff) | |
| download | lua-5f37134e64aec3a0414a41c11d6b055c667369d1.tar.gz lua-5f37134e64aec3a0414a41c11d6b055c667369d1.tar.bz2 lua-5f37134e64aec3a0414a41c11d6b055c667369d1.zip | |
avoid '...' and "..." inside comments
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lapi.c,v 1.130 2001/02/14 17:04:11 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 1.131 2001/02/20 18:15:33 roberto Exp roberto $ |
| 3 | ** Lua API | 3 | ** Lua API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -531,7 +531,7 @@ LUA_API int lua_ref (lua_State *L, int lock) { | |||
| 531 | 531 | ||
| 532 | 532 | ||
| 533 | /* | 533 | /* |
| 534 | ** "do" functions (run Lua code) | 534 | ** `do' functions (run Lua code) |
| 535 | ** (most of them are in ldo.c) | 535 | ** (most of them are in ldo.c) |
| 536 | */ | 536 | */ |
| 537 | 537 | ||
