diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-09 12:54:51 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-09 12:54:51 -0300 |
| commit | de2caf7ee4dfc7d641d00bf1d74b261482993b2d (patch) | |
| tree | 3ce4b7025d510eaf3eedcf8104233bc45459ae39 | |
| parent | b08c9079c5ab026f07942fb898f791325d270177 (diff) | |
| download | lua-de2caf7ee4dfc7d641d00bf1d74b261482993b2d.tar.gz lua-de2caf7ee4dfc7d641d00bf1d74b261482993b2d.tar.bz2 lua-de2caf7ee4dfc7d641d00bf1d74b261482993b2d.zip | |
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.
| -rw-r--r-- | lbitlib.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lbitlib.c b/lbitlib.c deleted file mode 100644 index b9c33c65..00000000 --- a/lbitlib.c +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | /* | ||
| 2 | ** $Id: lbitlib.c,v 1.31 2017/11/16 13:19:06 roberto Exp roberto $ | ||
| 3 | ** Standard library for bitwise operations | ||
| 4 | ** See Copyright Notice in lua.h | ||
| 5 | */ | ||
| 6 | |||
| 7 | Deprecated module. | ||
