Add extern declaration which I forget to check in.

This commit is contained in:
David Given 2018-09-17 23:59:49 +02:00
parent fe177bd688
commit f362d12dee

View file

@ -10,6 +10,7 @@ extern void burm_panic_cannot_match(NODEPTR_TYPE node);
extern bool burm_predicate_signed_constant(struct burm_node* node, arith size);
extern bool burm_predicate_unsigned_constant(struct burm_node* node, arith size);
extern bool burm_predicate_specific_constant(struct burm_node* node, arith value);
extern bool burm_predicate_constant_within_inclusive_range(struct burm_node* node, arith min, arith max);
/* vim: set sw=4 ts=4 expandtab : */