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

Modified Files:
        mdb.mx 
Log Message:
some more unused client fields are gone (output/console)


Index: mdb.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mdb.mx,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- mdb.mx      3 Oct 2007 14:00:52 -0000       1.63
+++ mdb.mx      6 Nov 2007 23:27:31 -0000       1.64
@@ -180,7 +180,8 @@
 @+ Implementation
 @include prelude.mx
 @h
-#ifdef _MDB_H
+#ifndef _MDB_H
+#define _MDB_H
 #endif /* _MDB_H */
 @c
 #include "mal_config.h"
@@ -838,16 +839,12 @@
        this->fdin->pos= c->fdin->len;
        this->fdout= c->fdout;
        this->yycur= c->yycur;
-       this->output= c->output;
-       this->console= c->console;
        this->prompt= c->prompt;
        this->promptlength= c->promptlength;
        c->fdin= old.fdin;
        c->fdin->pos= old.fdin->len;
        c->fdout= old.fdout;
        c->yycur= old.yycur;
-       c->output= old.output;
-       c->console= old.console;
        c->prompt= old.prompt;
        c->promptlength= old.promptlength;
        c->itrace = 0;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to