aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lobject.h b/lobject.h
index 53febca7..793309b0 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.89 2014/05/01 18:18:06 roberto Exp roberto $ 2** $Id: lobject.h,v 2.90 2014/05/07 11:12:51 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*/
@@ -269,10 +269,6 @@ typedef struct lua_TValue TValue;
269#define setsvalue2n setsvalue 269#define setsvalue2n setsvalue
270 270
271 271
272/* check whether a number is valid (useful only for NaN trick) */
273#define luai_checknum(L,o,c) { /* empty */ }
274
275
276 272
277 273
278/* 274/*