From 8c6d4505329f94446084ca93eae10cd796d79a8d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 26 Jan 2019 22:41:05 -0500 Subject: new framework for building sources after gitlab migration --- nonstd/static/wctrans.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nonstd/static/wctrans.h (limited to 'nonstd/static/wctrans.h') diff --git a/nonstd/static/wctrans.h b/nonstd/static/wctrans.h new file mode 100644 index 00000000..5dcb7608 --- /dev/null +++ b/nonstd/static/wctrans.h @@ -0,0 +1,5 @@ +static const char *__wctrans[] = { + NULL, /* 0 is an invalid wctrans_t */ + "tolower", + "toupper", +}; -- cgit v1.2.1