mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
`name' in comments changed to 'name'
This commit is contained in:
parent
c3c78030f7
commit
bdf566a8a3
31 changed files with 180 additions and 180 deletions
4
ltm.h
4
ltm.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: ltm.h,v 2.19 2013/12/30 20:47:58 roberto Exp roberto $
|
||||
** $Id: ltm.h,v 2.20 2014/06/10 18:53:18 roberto Exp roberto $
|
||||
** Tag methods
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -21,7 +21,7 @@ typedef enum {
|
|||
TM_GC,
|
||||
TM_MODE,
|
||||
TM_LEN,
|
||||
TM_EQ, /* last tag method with `fast' access */
|
||||
TM_EQ, /* last tag method with fast access */
|
||||
TM_ADD,
|
||||
TM_SUB,
|
||||
TM_MUL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue