diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-31 14:51:49 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-08-01 00:20:13 +0400 |
commit | 6b4a64167cd06492817284a5740f4f56fa044ef3 (patch) | |
tree | 44ca0a445bc4e51d384741194b82f42bc1708a68 /preproc.c | |
parent | 099749292ce28df9987ae7b643eecfe019dfe4e6 (diff) | |
download | nasm-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |