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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user