From 8927c143175f02084c93a39392d2b58d3a4fb5f4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 15 May 2014 17:28:39 -0300 Subject: removed macro 'luai_checknum' (as NaN trick is not doable now) --- lobject.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 53febca7..793309b0 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 2.89 2014/05/01 18:18:06 roberto Exp roberto $ +** $Id: lobject.h,v 2.90 2014/05/07 11:12:51 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -269,10 +269,6 @@ typedef struct lua_TValue TValue; #define setsvalue2n setsvalue -/* check whether a number is valid (useful only for NaN trick) */ -#define luai_checknum(L,o,c) { /* empty */ } - - /* -- cgit v1.2.3-55-g6feb