diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-05 10:16:45 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-05 10:16:45 -0400 |
commit | 64a7a67f0099c656f74ec53083c77674228379fa (patch) | |
tree | f20ff3dd6a08b9dcbeef7c57af31f44c5b06dc9a /config.mk | |
parent | fix tests $at reg (diff) | |
download | mips-main.tar.gz mips-main.tar.bz2 mips-main.zip |
Diffstat (limited to '')
-rw-r--r-- | config.mk | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -12,12 +12,11 @@ PREFIX=/usr/local # ======================== CONFIG OPTIONS == # -# MAX LEX LENGTH -# Specifies how long a ident, register, -# instruction name, or any type of variable -# length text can be inside the lexer +# MAX EXT LENGTH +# Specifies how long a stirng extension in a +# shdr entry name can be. # -# CFLAGS+= -DMAX_LEX_LENGTH=24 +# CFLAGS+= -DMAX_EXT_LENGTH=48 # # # MAX_ARG_LENGTH |