new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and

definitions of non-static variables
This commit is contained in:
Roberto Ierusalimschy
2009-11-19 17:06:52 -02:00
parent b4c1824824
commit 062e809e54
10 changed files with 31 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.c,v 2.31 2009/06/17 17:48:34 roberto Exp roberto $
** $Id: lobject.c,v 2.32 2009/11/06 17:07:12 roberto Exp roberto $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
@@ -25,7 +25,7 @@
const TValue luaO_nilobject_ = {NILCONSTANT};
LUAI_DDEF const TValue luaO_nilobject_ = {NILCONSTANT};
/*