aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
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 d9a5c242..c872ecc9 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 1.145 2002/09/02 19:54:49 roberto Exp roberto $ 2** $Id: lobject.h,v 1.146 2002/09/19 13:03:53 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*/
@@ -316,8 +316,6 @@ extern const TObject luaO_nilobject;
316int luaO_log2 (unsigned int x); 316int luaO_log2 (unsigned int x);
317 317
318 318
319char *luaO_openspace (lua_State *L, size_t n);
320
321int luaO_rawequalObj (const TObject *t1, const TObject *t2); 319int luaO_rawequalObj (const TObject *t1, const TObject *t2);
322int luaO_str2d (const char *s, lua_Number *result); 320int luaO_str2d (const char *s, lua_Number *result);
323 321