Changeset: 67edd39620d2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67edd39620d2
Modified Files:
        monetdb5/modules/mal/batExtensions.c
Branch: default
Log Message:

Remove dependency on  mal_box


diffs (31 lines):

diff --git a/monetdb5/modules/mal/batExtensions.c 
b/monetdb5/modules/mal/batExtensions.c
--- a/monetdb5/modules/mal/batExtensions.c
+++ b/monetdb5/modules/mal/batExtensions.c
@@ -40,7 +40,6 @@
  *
  */
 #include "monetdb_config.h"
-#include "mal_box.h"
 #include "mal_client.h"
 #include "mal_interpreter.h"
 #include "bat5.h"
@@ -77,19 +76,6 @@ be_export str CMDgetHead(Client cntxt, M
 be_export str CMDgetTail(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
 
 /*
- * @-
- * Access to a box calls for resolving the first parameter
- * to a named box. The bbp box is automatically opened.
- */
-#define OpenBox(X) \
-       box= findBox("bbp");\
-       if(box == 0 )\
-               box= openBox("bbp");\
-       if( box ==0) \
-               throw(MAL, "bbp." X, BOX_CLOSED);
-
-
-/*
  * @- Operator implementation
  * A BAT designated as garbage can be removed, provided we
  * do not keep additional references in the stack frame
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to