Changeset: 95ca51df71e7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=95ca51df71e7
Modified Files:
        gdk/gdk_search.c
Branch: headless
Log Message:

Revert to old name SORTfndfirst/SORTfndlast.


diffs (19 lines):

diff --git a/gdk/gdk_search.c b/gdk/gdk_search.c
--- a/gdk/gdk_search.c
+++ b/gdk/gdk_search.c
@@ -677,13 +677,13 @@
 }
 
 oid
-SORTfnd_first(COL *b, ptr v)
+SORTfndfirst(COL *b, ptr v)
 {
        return SORTfndwhich(b, v, -1);
 }
 
 oid
-SORTfnd_last(COL *b, ptr v)
+SORTfndlast(COL *b, ptr v)
 {
        return SORTfndwhich(b, v, 1);
 }
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to