comparison lwlib/lw_expr.c @ 382:eacdae8a1575

Various bugfixes
author lost@starbug
date Sat, 15 May 2010 13:39:21 -0600
parents 91c0fe026940
children a741d2e4869f
comparison
equal deleted inserted replaced
381:1624a36f12a3 382:eacdae8a1575
390 } 390 }
391 } 391 }
392 392
393 void lw_expr_sortoperandlist(struct lw_expr_opers **o) 393 void lw_expr_sortoperandlist(struct lw_expr_opers **o)
394 { 394 {
395 fprintf(stderr, "lw_expr_sortoperandlist() not yet implemented\n"); 395 // fprintf(stderr, "lw_expr_sortoperandlist() not yet implemented\n");
396 } 396 }
397 397
398 // return 1 if the operand lists match, 0 if not 398 // return 1 if the operand lists match, 0 if not
399 // may re-order the argument lists 399 // may re-order the argument lists
400 int lw_expr_simplify_compareoperandlist(struct lw_expr_opers **ol1, struct lw_expr_opers **ol2) 400 int lw_expr_simplify_compareoperandlist(struct lw_expr_opers **ol1, struct lw_expr_opers **ol2)