summaryrefslogtreecommitdiff
path: root/preproc.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:38 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:38 +0000
commit620515ab4e66b45f9440cf04a1fa61869275170f (patch)
tree4acce4f19447ce789254e3ba213d894481a76adc /preproc.h
parentcd08b15c28d27843722fc26cdf6f77f9082efe62 (diff)
downloadnasm-620515ab4e66b45f9440cf04a1fa61869275170f.tar.gz
NASM 0.98p6nasm-0.98p6
Diffstat (limited to 'preproc.h')
-rw-r--r--preproc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/preproc.h b/preproc.h
index c70548f0..e2756cc7 100644
--- a/preproc.h
+++ b/preproc.h
@@ -12,6 +12,7 @@
void pp_include_path (char *);
void pp_pre_include (char *);
void pp_pre_define (char *);
+void pp_pre_undefine (char *);
void pp_extra_stdmac (char **);
extern Preproc nasmpp;