summaryrefslogtreecommitdiff
path: root/macros.c
diff options
context:
space:
mode:
Diffstat (limited to 'macros.c')
-rw-r--r--macros.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/macros.c b/macros.c
index 38a7e0f1..ed70a75e 100644
--- a/macros.c
+++ b/macros.c
@@ -1,12 +1,6 @@
/* This file auto-generated from standard.mac by macros.pl - don't edit it */
static char *stdmac[] = {
- "%idefine IDEAL",
- "%idefine JUMPS",
- "%idefine P386",
- "%idefine P486",
- "%idefine P586",
- "%idefine END",
"%define __NASM_MAJOR__ 0",
"%define __NASM_MINOR__ 98",
"%define __FILE__",
@@ -63,12 +57,6 @@ static char *stdmac[] = {
"%imacro bits 1+.nolist",
"[bits %1]",
"%endmacro",
- "%imacro use16 0.nolist",
- "[bits 16]",
- "%endmacro",
- "%imacro use32 0.nolist",
- "[bits 32]",
- "%endmacro",
"%imacro global 1-*.nolist",
"%rep %0",
"[global %1]",
@@ -81,9 +69,5 @@ static char *stdmac[] = {
"%rotate 1",
"%endrep",
"%endmacro",
- "%imacro cpu 1+.nolist",
- "[cpu %1]",
- "%endmacro",
NULL
};
-#define TASM_MACRO_COUNT 6