aboutsummaryrefslogtreecommitdiff
path: root/lstring.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-01-26 13:58:50 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-01-26 13:58:50 -0200
commitb82242d4c493191d543fe5784b4d884e0cba9809 (patch)
tree0f006771a6b86fd5501f21085dc60a643ca1ea08 /lstring.c
parentac390020e91e14f00200ad3df97682b715d3e59b (diff)
downloadlua-b82242d4c493191d543fe5784b4d884e0cba9809.tar.gz
lua-b82242d4c493191d543fe5784b4d884e0cba9809.tar.bz2
lua-b82242d4c493191d543fe5784b4d884e0cba9809.zip
detail
Diffstat (limited to 'lstring.c')
-rw-r--r--lstring.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lstring.c b/lstring.c
index 6eb236b1..abc293bd 100644
--- a/lstring.c
+++ b/lstring.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstring.c,v 1.50 2001/01/11 18:59:20 roberto Exp roberto $ 2** $Id: lstring.c,v 1.51 2001/01/19 13:20:30 roberto Exp roberto $
3** String table (keeps all strings handled by Lua) 3** String table (keeps all strings handled by Lua)
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -15,8 +15,6 @@
15#include "lstring.h" 15#include "lstring.h"
16 16
17 17
18#define lmod(s,size) ((int)((s) & ((size)-1)))
19
20 18
21void luaS_init (lua_State *L) { 19void luaS_init (lua_State *L) {
22 luaS_resize(L, &G(L)->strt, MINPOWER2); 20 luaS_resize(L, &G(L)->strt, MINPOWER2);