mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
nasm.h: remove unused constants
Remove unused constants for prefix and suffix, long since obsolete. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
155bc4cfbf
commit
e803010163
@ -65,14 +65,6 @@ extern struct compile_time official_compile_time;
|
||||
#define NO_SEG INT32_C(-1) /* null segment value */
|
||||
#define SEG_ABS 0x40000000L /* mask for far-absolute segments */
|
||||
|
||||
#ifndef PREFIX_MAX
|
||||
#define PREFIX_MAX 10
|
||||
#endif
|
||||
|
||||
#ifndef POSTFIX_MAX
|
||||
#define POSTFIX_MAX 10
|
||||
#endif
|
||||
|
||||
#define IDLEN_MAX 4096
|
||||
#define DECOLEN_MAX 32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user