Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/compiler/algebra/map intro_proxy.c, 1.19, 1.20
On Tue, Jan 16, 2007 at 01:23:11PM +0000, Jan Rittinger wrote:
Update of /cvsroot/monetdb/pathfinder/compiler/algebra/map In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16649/algebra/map
Modified Files: intro_proxy.c Log Message: -- Perhaps this change keeps icc quiet...
It does. Thank you very much! Stefan
Index: intro_proxy.c =================================================================== RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/intro_proxy.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- intro_proxy.c 4 Jan 2007 15:26:18 -0000 1.19 +++ intro_proxy.c 16 Jan 2007 13:23:07 -0000 1.20 @@ -2193,7 +2193,7 @@ switch (p->kind) { case la_attach: collect_mappings_worker (p->sem.attach.attname, - PFalg_attlist (), + PFalg_attlist_ (0, NULL), req_count, req_col_names, new_col_names);
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (1)
-
Stefan Manegold