aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 44291f7c..91969bf9 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.13 2005/05/05 20:47:02 roberto Exp roberto $ 2** $Id: lobject.h,v 2.14 2005/05/31 14:25:18 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*/
@@ -357,7 +357,7 @@ typedef struct Table {
357 357
358 358
359 359
360extern const TValue luaO_nilobject; 360LUAI_DATA const TValue luaO_nilobject;
361 361
362#define ceillog2(x) (luaO_log2((x)-1) + 1) 362#define ceillog2(x) (luaO_log2((x)-1) + 1)
363 363