From a64cf8fac97d59ae782625fa1aedae3b5f3331d4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 22 Nov 2010 16:06:33 -0200 Subject: 'test' -> 'btest' --- lbitlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbitlib.c b/lbitlib.c index f0dce9a6..e3ce2f3c 100644 --- a/lbitlib.c +++ b/lbitlib.c @@ -1,5 +1,5 @@ /* -** $Id: lbitlib.c,v 1.11 2010/11/08 16:31:22 roberto Exp roberto $ +** $Id: lbitlib.c,v 1.12 2010/11/22 16:39:20 roberto Exp roberto $ ** Standard library for bitwise operations ** See Copyright Notice in lua.h */ @@ -150,7 +150,7 @@ static const luaL_Reg bitlib[] = { {"lshift", b_lshift}, {"rrotate", b_rrot}, {"rshift", b_rshift}, - {"test", b_test}, + {"btest", b_test}, {NULL, NULL} }; -- cgit v1.2.3-55-g6feb