diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-05 12:34:03 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-05 12:34:03 -0300 |
commit | 6cf85dcc900c71687678bc316164142e76df7385 (patch) | |
tree | c7d672fc9c68f2cdaffb5e57d1bf8c846091aaa0 /ltm.h | |
parent | 65f4a0f636eede0f026d0205ac929bc5a56f8b9c (diff) | |
download | lua-6cf85dcc900c71687678bc316164142e76df7385.tar.gz lua-6cf85dcc900c71687678bc316164142e76df7385.tar.bz2 lua-6cf85dcc900c71687678bc316164142e76df7385.zip |
metatables for all types
Diffstat (limited to '')
-rw-r--r-- | ltm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.h,v 2.2 2005/03/08 18:00:16 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 2.3 2005/04/25 19:24:10 roberto Exp roberto $ |
3 | ** Tag methods | 3 | ** Tag methods |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -28,6 +28,7 @@ typedef enum { | |||
28 | TM_MOD, | 28 | TM_MOD, |
29 | TM_POW, | 29 | TM_POW, |
30 | TM_UNM, | 30 | TM_UNM, |
31 | TM_SIZ, | ||
31 | TM_LT, | 32 | TM_LT, |
32 | TM_LE, | 33 | TM_LE, |
33 | TM_CONCAT, | 34 | TM_CONCAT, |