diff lwlink/expr.h @ 206:299c5d793aca

Made lwlink smarter about not included unneeded (unreferenced) members of a library file
author lost
date Mon, 20 Apr 2009 02:24:33 +0000
parents 106c2fe3c9d9
children
line wrap: on
line diff
--- a/lwlink/expr.h	Sun Apr 19 17:44:46 2009 +0000
+++ b/lwlink/expr.h	Mon Apr 20 02:24:33 2009 +0000
@@ -85,6 +85,7 @@
 
 __expr_E__ void lw_expr_stack_free(lw_expr_stack_t *s);
 __expr_E__ lw_expr_stack_t *lw_expr_stack_create(void);
+__expr_E__ lw_expr_stack_t *lw_expr_stack_dup(lw_expr_stack_t *s);
 
 __expr_E__ void lw_expr_stack_push(lw_expr_stack_t *s, lw_expr_term_t *t);
 __expr_E__ lw_expr_term_t *lw_expr_stack_pop(lw_expr_stack_t *s);