lua

A copy of the Lua development repository
Log | Files | Refs | README

commit de2caf7ee4dfc7d641d00bf1d74b261482993b2d
parent b08c9079c5ab026f07942fb898f791325d270177
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon,  9 Jul 2018 12:54:24 -0300

Bit-library file removed from the project (as it was deprecated)

This commit only removed the file 'lbitlib.c' from the project; the
makefile already was not using it.

Diffstat:
Dlbitlib.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/lbitlib.c b/lbitlib.c @@ -1,7 +0,0 @@ -/* -** $Id: lbitlib.c,v 1.31 2017/11/16 13:19:06 roberto Exp roberto $ -** Standard library for bitwise operations -** See Copyright Notice in lua.h -*/ - -Deprecated module.