aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lobject.h b/lobject.h
index d286095f..d644d2ea 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 1.37 1999/11/22 13:12:07 roberto Exp roberto $ 2** $Id: lobject.h,v 1.38 1999/11/26 18:59:20 roberto Exp roberto $
3** Type definitions for Lua objects 3** Type definitions for Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -26,6 +26,8 @@
26#endif 26#endif
27 27
28 28
29#define UNUSED(x) (void)x /* to avoid warnings */
30
29/* 31/*
30** "real" is the type "number" of Lua 32** "real" is the type "number" of Lua
31** GREP LUA_NUMBER to change that 33** GREP LUA_NUMBER to change that