From 9ae0c082a350a0685a51da0f7bee3266d5c74e79 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 26 Nov 1997 16:53:45 -0200 Subject: small details by lint. --- lstring.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstring.h') diff --git a/lstring.h b/lstring.h index c842afe8..b2c421e2 100644 --- a/lstring.h +++ b/lstring.h @@ -1,5 +1,5 @@ /* -** $Id: lstring.h,v 1.3 1997/11/04 15:27:53 roberto Exp roberto $ +** $Id: lstring.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $ ** String table (keep all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -15,7 +15,6 @@ void luaS_init (void); TaggedString *luaS_createudata (void *udata, int tag); TaggedString *luaS_collector (void); void luaS_free (TaggedString *l); -void luaS_callIM (TaggedString *l); TaggedString *luaS_new (char *str); TaggedString *luaS_newfixedstring (char *str); void luaS_rawsetglobal (TaggedString *ts, TObject *newval); -- cgit v1.2.3-55-g6feb