diff lwasm/lwasm.h @ 336:30b2bad9b5eb

Factor some code for simplifying lines so it can be reused
author William Astle <lost@l-w.ca>
date Thu, 31 Jul 2014 17:20:11 -0600
parents 507f442dc71e
children 5d401d1eb3e9
line wrap: on
line diff
--- a/lwasm/lwasm.h	Fri May 02 21:30:25 2014 -0600
+++ b/lwasm/lwasm.h	Thu Jul 31 17:20:11 2014 -0600
@@ -354,6 +354,8 @@
 
 extern int lwasm_calculate_range(asmstate_t *as, lw_expr_t expr, int *min, int *max);
 
+extern void lwasm_reduce_line_exprs(line_t *cl);
+
 #endif
 
 extern void debug_message(asmstate_t *as, int level, const char *fmt, ...);