summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-05 10:16:45 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-05 10:16:45 -0400
commit64a7a67f0099c656f74ec53083c77674228379fa (patch)
treef20ff3dd6a08b9dcbeef7c57af31f44c5b06dc9a /config.mk
parentfix tests $at reg (diff)
downloadmips-main.tar.gz
mips-main.tar.bz2
mips-main.zip
update mld commentsHEADmain
Diffstat (limited to '')
-rw-r--r--config.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index dcc3bcf..2eb7541 100644
--- a/config.mk
+++ b/config.mk
@@ -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