Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10498

Modified Files:
        mal_interpreter.mx 
Log Message:
Drie-maal is scheepsrecht.


Index: mal_interpreter.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_interpreter.mx,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- mal_interpreter.mx  28 Sep 2007 20:10:04 -0000      1.199
+++ mal_interpreter.mx  28 Sep 2007 21:05:29 -0000      1.200
@@ -743,13 +743,13 @@
        case ENDsymbol: 
                if( getInstrPtr(mb,0)->token == FACTORYsymbol)
                        ret= shutdownFactory(mb);
-#ifdef @1
+#if @1
                if( oldtimer)
                        cntxt->timer= oldtimer;
 #endif
                if( pcicaller && garbageControl(getInstrPtr(mb,0)) )
                        garbageCollector(mb, stk, TRUE);
-#ifdef @1
+#if @1
                @:endProfile@
 #endif
                stkpc= mb->stop;
@@ -761,7 +761,7 @@
                }
                ret = createScriptException(mb, stkpc,MAL,
                                NULL, "unkown operation");
-#ifdef @1
+#if @1
                @:endProfile@
 #endif
                stkpc= mb->stop;
@@ -1029,7 +1029,7 @@
                } 
        }
        /* Provide debugging support */
-#ifdef @1
+#if @1
        if( GDKdebug & 10 ){
                BAT *b;
                str oldmsg =0;
@@ -1603,7 +1603,7 @@
 #endif
 
 @= timingHndlr
-#ifdef @1
+#if @1
 if( cntxt->flags && stk->cmd != 't' && stk->cmd != 'C'){
        if( cntxt->flags & timerFlag)
                stream_printf(cntxt->fdout,"[%6d usec ",GDKusec()-cntxt->timer);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to