summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2011-07-31 14:51:49 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2011-08-01 00:20:13 +0400
commit6b4a64167cd06492817284a5740f4f56fa044ef3 (patch)
tree44ca0a445bc4e51d384741194b82f42bc1708a68 /preproc.c
parent099749292ce28df9987ae7b643eecfe019dfe4e6 (diff)
downloadnasm-6b4a64167cd06492817284a5740f4f56fa044ef3.tar.gz
nasm-6b4a64167cd06492817284a5740f4f56fa044ef3.tar.bz2
nasm-6b4a64167cd06492817284a5740f4f56fa044ef3.zip
preproc: Drop emitting() rudimanet
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index 835ad3e..63b0c61 100644
--- a/preproc.c
+++ b/preproc.c
@@ -324,7 +324,6 @@ enum {
*/
COND_DONE, COND_NEVER
};
-#define emitting(x) ( (x) == COND_IF_TRUE || (x) == COND_ELSE_TRUE )
/*
* These defines are used as the possible return values for do_directive