Changeset: 9fceac972f40 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9fceac972f40
Modified Files:
        monetdb5/modules/mal/calc.mal.sh
Branch: default
Log Message:

propagated changeset 43a295665b61 to monetdb5/modules/mal/calc.mal.sh:

Let's ensure we keep code-generating scripts and their output aligned.


diffs (17 lines):

diff --git a/monetdb5/modules/mal/calc.mal.sh b/monetdb5/modules/mal/calc.mal.sh
--- a/monetdb5/modules/mal/calc.mal.sh
+++ b/monetdb5/modules/mal/calc.mal.sh
@@ -356,13 +356,6 @@ address CMDsetoid;
 pattern setoid(v:lng) :void
 address CMDsetoid;
 
-command getBATidentifier(b:bat[:any_1,:any_2]):int
-address CALCbat2int
-comment "Coerce bat to BAT identifier";
-command getBAT(b:int):bat[:any_1,:any_2]
-address CALCbat2int
-comment "Coerce bat to BAT identifier";
-
 pattern ifthenelse(b:bit,t:any_1,f:any_1):any_1
 address CALCswitchbit
 comment "If VALUE is true return MIDDLE else RIGHT";
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to