summaryrefslogtreecommitdiff
path: root/tools/d2c/syntax.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-30 20:17:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-30 20:17:46 (GMT)
commitfb79d2e3dac19aca1aa1b903812638b40141c244 (patch)
treed307b1bee4af4fffc2c261e36313f98c5001da97 /tools/d2c/syntax.h
parenta22b3a083c0b92de6b5d9b154773a26aeb99db0c (diff)
Produced a label for bad exit only if needed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@561 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'tools/d2c/syntax.h')
-rw-r--r--tools/d2c/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/syntax.h b/tools/d2c/syntax.h
index fc7cc6b..70b3609 100644
--- a/tools/d2c/syntax.h
+++ b/tools/d2c/syntax.h
@@ -66,7 +66,7 @@ bool declare_syntax_items(const asm_syntax *, int, const coding_bits *, const co
const char *get_new_keyword_from_syntax_items(const asm_syntax *);
/* Définit les variables C associées aux opérandes de syntaxe. */
-bool define_syntax_items(const asm_syntax *, int, const char *, const coding_bits *, const conv_list *, const pre_processor *);
+bool define_syntax_items(const asm_syntax *, int, const char *, const coding_bits *, const conv_list *, const pre_processor *, bool *);