Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/mal mal_instruction.mx, , 1.374, 1.375
On Thu, Nov 27, 2008 at 10:43:37AM +0000, Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/mal In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv739
Modified Files: mal_instruction.mx Log Message: If you enter a multiplatform experiment then remove the exception handling too.
U mal_instruction.mx Index: mal_instruction.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v retrieving revision 1.374 retrieving revision 1.375 diff -u -d -r1.374 -r1.375 --- mal_instruction.mx 26 Nov 2008 20:57:50 -0000 1.374 +++ mal_instruction.mx 27 Nov 2008 10:43:34 -0000 1.375 @@ -1736,7 +1736,7 @@ #ifdef STRUCT_ALIGNED /* experiment against alternative 32 bit platforms */ #else - showException(SYNTAX, "convertConstant", "missing implementation"); + /* showException(SYNTAX, "convertConstant", "missing implementation");*/ #endif
... hm, maybe the whole "effectless" #ifdef STRUCT_ALIGNED /* ... */ #else /* ... */ #endif [cs]hould be removed, now to keep the sources clean of dead code? Stefan
if ( vr->vtype != type) showException(SYNTAX, "convertConstant", "coercion failed in '%s'", vr->val.sval);
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | 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