aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-06-06 10:30:25 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-06-06 10:30:25 -0300
commitd987cf1f812b131788029d6de0c81ed64020e522 (patch)
treed67230d0bd44584fc1616349ca14fb6ebfc94418 /ltm.h
parenteca9fa02d2887d06cee5e2f742f7e3031ac76a51 (diff)
downloadlua-d987cf1f812b131788029d6de0c81ed64020e522.tar.gz
lua-d987cf1f812b131788029d6de0c81ed64020e522.tar.bz2
lua-d987cf1f812b131788029d6de0c81ed64020e522.zip
new mark LUAI_DATA for extern data
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltm.h b/ltm.h
index bef0ac2e..dcb14fc6 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 2.4 2005/05/05 15:34:03 roberto Exp roberto $ 2** $Id: ltm.h,v 2.5 2005/05/20 15:53:42 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*/
@@ -43,7 +43,7 @@ typedef enum {
43 43
44#define fasttm(l,et,e) gfasttm(G(l), et, e) 44#define fasttm(l,et,e) gfasttm(G(l), et, e)
45 45
46extern const char *const luaT_typenames[]; 46LUAI_DATA const char *const luaT_typenames[];
47 47
48 48
49LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename); 49LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);