0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

travis: remove obsolete error message about %unmacro

%unmacro now *is* permitted on a macro being expanded; the entire
expansion is strictly performed when the macro is invoked, and the
lifetime issue related to %unmacro and %exitrep has been hacked
around.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2025-08-13 13:53:27 -07:00
parent 9e6a4dd028
commit e2ccd5de26
2 changed files with 0 additions and 6 deletions

View File

@@ -24,6 +24,4 @@
./travis/test/br3392531.asm:11: ... from macro `section' defined here
./travis/test/br3392531.asm:21: error: `%unmacro' expects a parameter count
./travis/test/br3392531.asm:12: ... from macro `section' defined here
./travis/test/br3392531.asm:21: error: `%unmacro' can't undefine the macro being expanded
./travis/test/br3392531.asm:12: ... from macro `section' defined here
./travis/test/br3392531.asm:22: error: parser: instruction expected

View File

@@ -14,8 +14,6 @@
./travis/test/br3392716.asm:6: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: `%unmacro' expects a parameter count
./travis/test/br3392716.asm:7: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: `%unmacro' can't undefine the macro being expanded
./travis/test/br3392716.asm:7: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: label or instruction expected at start of line
./travis/test/br3392716.asm:8: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: parser: instruction expected
@@ -24,8 +22,6 @@
./travis/test/br3392716.asm:11: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: `%unmacro' expects a parameter count
./travis/test/br3392716.asm:12: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: `%unmacro' can't undefine the macro being expanded
./travis/test/br3392716.asm:12: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: label or instruction expected at start of line
./travis/test/br3392716.asm:13: ... from macro `sst' defined here
./travis/test/br3392716.asm:21: error: parser: instruction expected