Changeset: 8b5941bbf960 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b5941bbf960
Modified Files:
        monetdb5/modules/kernel/bat5.mal
Branch: default
Log Message:

Undo check in
Too quick with this


diffs (22 lines):

diff --git a/monetdb5/modules/kernel/bat5.mal b/monetdb5/modules/kernel/bat5.mal
--- a/monetdb5/modules/kernel/bat5.mal
+++ b/monetdb5/modules/kernel/bat5.mal
@@ -8,12 +8,12 @@ module bat;
 
 #TO BE MADE HEADLESS PLAN
 
-#command reverse(b:bat[:any_1,:any_2]) :bat[:any_2,:any_1] 
-#address BKCreverse
-#comment "Returns the reverse view of a BAT (head is tail and tail is head).
-#        BEWARE  no copying is involved; input and output refer to the 
-#        same object!";
-#
+command reverse(b:bat[:any_1,:any_2]) :bat[:any_2,:any_1] 
+address BKCreverse
+comment "Returns the reverse view of a BAT (head is tail and tail is head).
+        BEWARE  no copying is involved; input and output refer to the 
+        same object!";
+
 command mirror(b:bat[:any_1,:any_2]) :bat[:any_1,:any_1] 
 address BKCmirror
 comment "Returns the head-mirror image of a BAT (two head columns).";
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to