Changeset: d79b41dc3d94 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d79b41dc3d94 Modified Files: monetdb5/modules/atoms/str.c Branch: default Log Message:
Make tables static. diffs (12 lines): diff --git a/monetdb5/modules/atoms/str.c b/monetdb5/modules/atoms/str.c --- a/monetdb5/modules/atoms/str.c +++ b/monetdb5/modules/atoms/str.c @@ -111,7 +111,7 @@ */ /* These tables were generated from the Unicode 13.0.0 spec. */ -const struct UTF8_lower_upper { +static const struct UTF8_lower_upper { const unsigned int from, to; } UTF8_toUpper[] = { /* code points with non-null uppercase conversion */ {0x0061, 0x0041,}, _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org