Changeset: 09c4c8d3b758 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=09c4c8d3b758 Modified Files: pathfinder/compiler/algebra/alg_dag.c Branch: default Log Message:
Removed unneeded define statements diffs (19 lines): diff -r c36d8154d87f -r 09c4c8d3b758 pathfinder/compiler/algebra/alg_dag.c --- a/pathfinder/compiler/algebra/alg_dag.c Sun May 16 18:26:50 2010 +0200 +++ b/pathfinder/compiler/algebra/alg_dag.c Mon May 17 09:39:56 2010 +0200 @@ -39,15 +39,6 @@ #include "alg_dag.h" -/* !!! */ -/** abbreviation for expression list constructor */ -#define el(s) PFmsa_exprlist((s)) -/** abbreviation for expression list accessors */ -#define elat(el,i) PFmsa_exprlist_at((el),(i)) -#define eltop(el) PFmsa_exprlist_top((el)) -#define eladd(el) PFmsa_exprlist_add((el)) -#define elsize(el) PFmsa_exprlist_size((el)) - /* helper function that prepares the DAG bit reset */ static void la_prepare_reset (PFla_op_t *n) _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
