summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2011-06-25 19:34:19 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2011-06-25 19:34:19 +0400
commit82667ff5d309667082415c1c6f8b9096021985d8 (patch)
tree3199ec780a89824d33aeb9fe970ad1f40685d827 /preproc.c
parent3eba69a63a57b4172fd8e0b1e9fb42e0f87e6df9 (diff)
downloadnasm-82667ff5d309667082415c1c6f8b9096021985d8.tar.gz
nasm-82667ff5d309667082415c1c6f8b9096021985d8.tar.bz2
nasm-82667ff5d309667082415c1c6f8b9096021985d8.zip
preproc.c: Get rid of a few tabs and update year
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/preproc.c b/preproc.c
index ff2be0f..42c248d 100644
--- a/preproc.c
+++ b/preproc.c
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 1996-2010 The NASM Authors - All Rights Reserved
+ * Copyright 1996-2011 The NASM Authors - All Rights Reserved
* See the file AUTHORS included with the NASM distribution for
* the specific copyright holders.
*
@@ -946,7 +946,7 @@ static Token *tokenize(char *line)
Token *list = NULL;
Token *t, **tail = &list;
bool verbose = true;
-
+
if ((defining != NULL) && (defining->ignoring == true)) {
verbose = false;
}
@@ -2767,7 +2767,7 @@ issue_error:
return NO_DIRECTIVE_FOUND;
}
}
- if ((defining == NULL) || (defining->type != EXP_IF)) {
+ if ((defining == NULL) || (defining->type != EXP_IF)) {
error(ERR_FATAL, "`%s': no matching `%%if'", pp_directives[i]);
}
switch (defining->state) {