summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2012-05-07 11:34:27 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2012-05-07 11:34:27 +0400
commitb5e8fec848c8264c5486d36ee096a1005ccfbe88 (patch)
treed908d756a36b74979c20da60dc79832e6673d45b /nasm.h
parent0b78bff510e7365ab3334ae7e3daa4650db8ff0f (diff)
downloadnasm-b5e8fec848c8264c5486d36ee096a1005ccfbe88.tar.gz
nasm-b5e8fec848c8264c5486d36ee096a1005ccfbe88.tar.bz2
nasm-b5e8fec848c8264c5486d36ee096a1005ccfbe88.zip
preproc: Move NOP preprocessor into separate file
No need to carry it in nasm.c, let it be more modular. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nasm.h b/nasm.h
index 48887f2..f7dd060 100644
--- a/nasm.h
+++ b/nasm.h
@@ -394,6 +394,7 @@ struct preproc_ops {
};
extern struct preproc_ops nasmpp;
+extern struct preproc_ops preproc_nop;
/*
* Some lexical properties of the NASM source language, included