summaryrefslogtreecommitdiff
path: root/src/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltm.h')
-rw-r--r--src/ltm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ltm.h b/src/ltm.h
index 1622b781..866c7966 100644
--- a/src/ltm.h
+++ b/src/ltm.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.h,v 2.4 2005/05/05 15:34:03 roberto Exp $
+** $Id: ltm.h,v 2.6 2005/06/06 13:30:25 roberto Exp $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -28,7 +28,7 @@ typedef enum {
TM_MOD,
TM_POW,
TM_UNM,
- TM_SIZ,
+ TM_LEN,
TM_LT,
TM_LE,
TM_CONCAT,
@@ -43,7 +43,7 @@ typedef enum {
#define fasttm(l,et,e) gfasttm(G(l), et, e)
-extern const char *const luaT_typenames[];
+LUAI_DATA const char *const luaT_typenames[];
LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);