From 64a7a67f0099c656f74ec53083c77674228379fa Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 5 Oct 2024 10:16:45 -0400 Subject: update mld comments --- config.mk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'config.mk') 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 -- cgit v1.2.3-freya