diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-24 00:21:58 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-24 00:21:58 -0700 |
commit | 8e3f75ea6e8196b80c69a7a29d5dd3513c5de3f1 (patch) | |
tree | 9a545a70459b5c21ef20af668a1b271fc8827d5a /pptok.dat | |
parent | 7f596e7aa8774b1c8d9e3fcf6371b5687464568e (diff) | |
download | nasm-8e3f75ea6e8196b80c69a7a29d5dd3513c5de3f1.tar.gz nasm-8e3f75ea6e8196b80c69a7a29d5dd3513c5de3f1.tar.bz2 nasm-8e3f75ea6e8196b80c69a7a29d5dd3513c5de3f1.zip |
%error, %warning out on the final pass, add %fatal
Only process %error or %warning directives on the final pass. Add a
new %fatal directive which terminates assembly immediately.
Diffstat (limited to 'pptok.dat')
-rw-r--r-- | pptok.dat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ %endrep %error %exitrep +%fatal %iassign %idefine %idefstr |