From 6ffe006f5c57321a9b3c12a246b142a0394bf62d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 2 Apr 2015 18:10:53 -0300 Subject: [PATCH] detail (removed unused macro VARBITS) --- lobject.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lobject.h b/lobject.h index 58e1b18c..c7025d6b 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 2.108 2015/03/02 16:04:52 roberto Exp roberto $ +** $Id: lobject.h,v 2.109 2015/03/14 17:58:57 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -35,8 +35,6 @@ ** bit 6: whether value is collectable */ -#define VARBITS (3 << 4) - /* ** LUA_TFUNCTION variants: