summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2018-06-14 20:28:57 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2018-06-18 11:12:49 -0700
commit8eb3096f7adcf3de3cdd8f6598cb3ad8003b34b7 (patch)
treeddc73ab59a1289ed57142dd1d2b3301533a3f002
parentfee097f724233916bed71d6c0406e3c03f93d01b (diff)
downloadnasm-8eb3096f7adcf3de3cdd8f6598cb3ad8003b34b7.tar.gz
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>
-rw-r--r--include/nasm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/nasm.h b/include/nasm.h
index 164ae0e7..00cea322 100644
--- a/include/nasm.h
+++ b/include/nasm.h
@@ -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