new interface for weak modes

This commit is contained in:
Roberto Ierusalimschy
2002-01-09 19:50:35 -02:00
parent facfec0687
commit b3bb0f132b
6 changed files with 33 additions and 44 deletions

1
ltm.h
View File

@@ -19,6 +19,7 @@ typedef enum {
TM_SETTABLE,
TM_INDEX,
TM_GC,
TM_WEAKMODE,
TM_ADD,
TM_SUB,
TM_MUL,