summaryrefslogtreecommitdiff
path: root/tables.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-19 16:26:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-19 16:26:12 -0700
commit926fc40b65119a58b25f90eb4edb5198d9707fa6 (patch)
tree6b339ff02aa7eeb9b4264102db7a2d74ee1a286e /tables.h
parent435d55b34422c74af8050da4152fd9dd79bc5848 (diff)
downloadnasm-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tables.h b/tables.h
index f4d9a77..c9a4c72 100644
--- a/tables.h
+++ b/tables.h
@@ -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: --- */