Changeset: 67e62eae3363 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67e62eae3363
Modified Files:
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures.stable.out.int128
Branch: Jul2015
Log Message:

approved output


diffs (24 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -39490,7 +39490,7 @@ comment The pow(x,y) function  returns t
 
 command mmath.pow(x:flt,y:flt):flt 
 address MATHbinary_POWflt;
-command mmath.rand{unsafe}(v:int):int 
+command mmath.rand(v:int):int 
 address MATHrandintarg;
 comment return a random number
 
diff --git a/clients/Tests/MAL-signatures.stable.out.int128 
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -50425,7 +50425,7 @@ comment The pow(x,y) function  returns t
 
 command mmath.pow(x:flt,y:flt):flt 
 address MATHbinary_POWflt;
-command mmath.rand{unsafe}(v:int):int 
+command mmath.rand(v:int):int 
 address MATHrandintarg;
 comment return a random number
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to