Changeset: 4016e0655d06 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4016e0655d06
Modified Files:
        clients/Tests/exports.stable.out
Branch: Feb2013
Log Message:

Approved.


diffs (28 lines):

diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -2642,7 +2642,6 @@ str getExceptionPlace(str);
 enum malexception getExceptionType(str);
 Scenario getFreeScenario(void);
 Symbol getFunctionSymbol(Module scope, InstrPtr p);
-int getGDKType(int tpe);
 char **getHelp(Module m, str pat, int flag);
 char **getHelpMatch(char *pat);
 MalBlkPtr getMalBlkHistory(MalBlkPtr mb, int idx);
@@ -2810,6 +2809,7 @@ MT_Lock mal_delayLock;
 void mal_exit(void);
 int mal_init(void);
 MT_Lock mal_namespaceLock;
+MT_Sema mal_parallelism;
 MT_Lock mal_profileLock;
 str mal_quote(const char *msg, size_t size);
 MT_Lock mal_remoteLock;
@@ -3034,7 +3034,7 @@ void releaseBAT(MalBlkPtr mb, MalStkPtr 
 int releaseBox(Box box, str name);
 str remapRef;
 str remoteRef;
-void removeDataflow(InstrPtr *old, int limit);
+void removeDataflow(Client cntxt, MalBlkPtr mb);
 void removeInstruction(MalBlkPtr mb, InstrPtr p);
 void removeInstructionBlock(MalBlkPtr mb, int pc, int cnt);
 int removeProp;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to