diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-19 16:26:12 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-19 16:26:12 -0700 |
commit | 926fc40b65119a58b25f90eb4edb5198d9707fa6 (patch) | |
tree | 6b339ff02aa7eeb9b4264102db7a2d74ee1a286e /tables.h | |
parent | 435d55b34422c74af8050da4152fd9dd79bc5848 (diff) | |
download | nasm-926fc40b65119a58b25f90eb4edb5198d9707fa6.tar.gz nasm-926fc40b65119a58b25f90eb4edb5198d9707fa6.tar.bz2 nasm-926fc40b65119a58b25f90eb4edb5198d9707fa6.zip |
%use: call these directives "standard macro packages"
Adopt the term "standard macro packages", "modules" are too
ambiguous.
Diffstat (limited to 'tables.h')
-rw-r--r-- | tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ /* macros.c */ extern const char * const nasm_stdmac[]; extern const char * const * const nasm_stdmac_after_tasm; -const char * const *nasm_stdmac_find_module(const char *); +const char * const *nasm_stdmac_find_package(const char *); /* --- From insns.dat via insns.pl: --- */ |