summaryrefslogtreecommitdiff
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 91bf0cac..2e69ebf5 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 1.28 1999/03/16 16:43:27 roberto Exp roberto $ 2** $Id: lobject.h,v 1.29 1999/08/16 20:52:00 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*/
@@ -190,7 +190,7 @@ extern const TObject luaO_nilobject;
190int luaO_equalval (const TObject *t1, const TObject *t2); 190int luaO_equalval (const TObject *t1, const TObject *t2);
191int luaO_redimension (int oldsize); 191int luaO_redimension (int oldsize);
192void luaO_insertlist (GCnode *root, GCnode *node); 192void luaO_insertlist (GCnode *root, GCnode *node);
193double luaO_str2d (const char *s); 193int luaO_str2d (const char *s, real *result);
194 194
195#ifdef OLD_ANSI 195#ifdef OLD_ANSI
196void luaO_memup (void *dest, void *src, int size); 196void luaO_memup (void *dest, void *src, int size);