Use hashmap system for charmap

This commit is contained in:
ISSOtm
2020-03-15 01:09:21 +01:00
parent af60e7f74a
commit 7ddbe44b21
3 changed files with 32 additions and 41 deletions

View File

@@ -69,6 +69,7 @@ rgbasm_obj := \
src/extern/err.o \
src/extern/getopt.o \
src/extern/utf8decoder.o \
src/hashmap.o \
src/linkdefs.o
src/asm/globlex.o src/asm/lexer.o src/asm/constexpr.o: src/asm/asmy.h