diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.h,v 2.89 2015/10/20 18:00:19 roberto Exp roberto $ | 2 | ** $Id: lgc.h,v 2.90 2015/10/21 18:15:15 roberto Exp roberto $ |
3 | ** Garbage Collector | 3 | ** Garbage Collector |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -112,7 +112,7 @@ | |||
112 | condchangemem(L,pre,pos); } | 112 | condchangemem(L,pre,pos); } |
113 | 113 | ||
114 | /* more often than not, 'pre'/'pos' are empty */ | 114 | /* more often than not, 'pre'/'pos' are empty */ |
115 | #define luaC_checkGC(L) luaC_condGC(L,,) | 115 | #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) |
116 | 116 | ||
117 | 117 | ||
118 | #define luaC_barrier(L,p,v) ( \ | 118 | #define luaC_barrier(L,p,v) ( \ |