mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
editors/builtin.mac: sync with executable (pick up the list options macros)
Regenerate editors/buildin.mac to pick up the new list options macros. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
851460a10b
commit
620dd315ee
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
%define __?BITS?__
|
||||
%define __?PTR?__
|
||||
%define __?DEFAULT?__
|
||||
%define __?LIST_OPTIONS?__
|
||||
%idefine %abs(=)
|
||||
%idefine %chr(=+)
|
||||
%idefine %count(+)
|
||||
|
|
@ -68,6 +69,7 @@
|
|||
%idefine %findi(&&,+)
|
||||
%idefine %find(&&,+)
|
||||
%define __?NASM_LIMITS?__
|
||||
%define __?LIST_OPTIONS_DEFAULT?__
|
||||
%define __?PASS?__
|
||||
%define __?SECT?__
|
||||
%defalias __SECT__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue