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 /include/mlimits.h | |
parent | fix tests $at reg (diff) | |
download | mips-64a7a67f0099c656f74ec53083c77674228379fa.tar.gz mips-64a7a67f0099c656f74ec53083c77674228379fa.tar.bz2 mips-64a7a67f0099c656f74ec53083c77674228379fa.zip |
Diffstat (limited to 'include/mlimits.h')
-rw-r--r-- | include/mlimits.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/mlimits.h b/include/mlimits.h index 12318be..db07c64 100644 --- a/include/mlimits.h +++ b/include/mlimits.h @@ -3,12 +3,11 @@ #ifndef __MLIMITS_H__ #define __MLIMITS_H__ -/* Specifies how long a ident, register, - * instruction name, or any type of variable - * length text can be inside the lexer. +/* Specifies how long a stirng extension in a + * shdr entry name can be. */ -#ifndef MAX_LEX_LENGTH -#define MAX_LEX_LENGTH 24 +#ifndef MAX_EXT_LENGTH +#define MAX_EXT_LENGTH 48 #endif /* Specifices how many max arguments a |