avoid '...' and "..." inside comments

This commit is contained in:
Roberto Ierusalimschy
2001-02-22 15:59:59 -03:00
parent 52ee91dd73
commit 5f37134e64
12 changed files with 60 additions and 60 deletions

4
lapi.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 1.130 2001/02/14 17:04:11 roberto Exp roberto $
** $Id: lapi.c,v 1.131 2001/02/20 18:15:33 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
@@ -531,7 +531,7 @@ LUA_API int lua_ref (lua_State *L, int lock) {
/*
** "do" functions (run Lua code)
** `do' functions (run Lua code)
** (most of them are in ldo.c)
*/