aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-04-02 18:10:53 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-04-02 18:10:53 -0300
commit6ffe006f5c57321a9b3c12a246b142a0394bf62d (patch)
treea6054f8fe751ac9aa9cd3b3e7f78fee3908b0b7c /lobject.h
parent4998e852eceba62738303bd2abe839680070646b (diff)
downloadlua-6ffe006f5c57321a9b3c12a246b142a0394bf62d.tar.gz
lua-6ffe006f5c57321a9b3c12a246b142a0394bf62d.tar.bz2
lua-6ffe006f5c57321a9b3c12a246b142a0394bf62d.zip
detail (removed unused macro VARBITS)
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lobject.h b/lobject.h
index 58e1b18c..c7025d6b 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.108 2015/03/02 16:04:52 roberto Exp roberto $ 2** $Id: lobject.h,v 2.109 2015/03/14 17:58:57 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*/
@@ -35,8 +35,6 @@
35** bit 6: whether value is collectable 35** bit 6: whether value is collectable
36*/ 36*/
37 37
38#define VARBITS (3 << 4)
39
40 38
41/* 39/*
42** LUA_TFUNCTION variants: 40** LUA_TFUNCTION variants: