summaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lobject.h b/lobject.h
index 259c2977..616b897c 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 1.137 2002/06/24 13:08:45 roberto Exp roberto $ 2** $Id: lobject.h,v 1.138 2002/06/24 20:17:59 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*/
@@ -217,9 +217,6 @@ typedef struct Table {
217} Table; 217} Table;
218 218
219 219
220/* unmarked tables are represented by pointing `mark' to themselves */
221#define ismarked(x) ((x)->mark != (x))
222
223 220
224/* 221/*
225** `module' operation for hashing (size is always a power of 2) 222** `module' operation for hashing (size is always a power of 2)