Add reallocarray to Makefile; clean up some things in main.c

This commit is contained in:
stag019
2015-02-24 18:11:02 -05:00
parent fd4327327c
commit ac78c37f9d
2 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ rgbasm_obj = \
src/asm/symbol.o \
src/asm/locallex.o \
src/extern/err.o \
src/extern/reallocarray.o \
src/extern/strlcpy.o \
src/extern/strlcat.o