diff lwlib/lw_expr.h @ 448:5cccf90bf838 3.0 tip

Fixed bug with complex external references generating invalid relocations in the object file
author lost@l-w.ca
date Fri, 05 Nov 2010 22:27:00 -0600
parents a741d2e4869f
children
line wrap: on
line diff
--- a/lwlib/lw_expr.h	Thu Nov 04 23:25:18 2010 -0600
+++ b/lwlib/lw_expr.h	Fri Nov 05 22:27:00 2010 -0600
@@ -105,6 +105,8 @@
 
 typedef int lw_expr_testfn_t(lw_expr_t e, void *priv);
 
+extern int lw_expr_operandcount(lw_expr_t e);
+
 // run a function on all terms in an expression; if the function
 // returns non-zero for any term, return non-zero, else return
 // zero