Changeset: 0e026bf68f44 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0e026bf68f44
Modified Files:
        gdk/gdk.h
Branch: resource_management
Log Message:

syntax


diffs (20 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -2473,13 +2473,13 @@ gdk_export gdk_return BATfirstn(BAT **to
 
 #include "gdk_calc.h"
 
-gdk_export gdk_return GDKtoupper(char **restrict buf, size_t *restrict buflen, 
const char *restrict s);
+gdk_export gdk_return GDKtoupper(char **restrict buf, size_t *restrict buflen, 
const char *restrict s)
        __attribute__((__access__(read_write, 1)))
        __attribute__((__access__(read_write, 2)));
-gdk_export gdk_return GDKtolower(char **restrict buf, size_t *restrict buflen, 
const char *restrict s);
+gdk_export gdk_return GDKtolower(char **restrict buf, size_t *restrict buflen, 
const char *restrict s)
        __attribute__((__access__(read_write, 1)))
        __attribute__((__access__(read_write, 2)));
-gdk_export gdk_return GDKcasefold(char **restrict buf, size_t *restrict 
buflen, const char *restrict s);
+gdk_export gdk_return GDKcasefold(char **restrict buf, size_t *restrict 
buflen, const char *restrict s)
        __attribute__((__access__(read_write, 1)))
        __attribute__((__access__(read_write, 2)));
 gdk_export int GDKstrncasecmp(const char *str1, const char *str2, size_t l1, 
size_t l2);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to