Remove dependency of reallocarray()

By removing this dependency, all of the code of this repository is
licensed under the MIT license.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-27 00:30:13 +00:00
parent c6187be210
commit c071586ae5
5 changed files with 21 additions and 79 deletions

View File

@@ -57,11 +57,9 @@ rgbasm_obj := \
src/asm/rpn.o \
src/asm/symbol.o \
src/extern/err.o \
src/extern/reallocarray.o \
src/extern/utf8decoder.o \
src/extern/version.o
src/asm/asmy.h: src/asm/asmy.c
src/asm/locallex.o src/asm/globlex.o src/asm/lexer.o: src/asm/asmy.h