Move the pure locale functions into the new pure directory.

This commit is contained in:
David Given 2018-06-21 22:54:25 +02:00
parent b9d2f353d9
commit 32f47b1d24
5 changed files with 1 additions and 4 deletions

View file

@ -35,6 +35,7 @@ for _, plat in ipairs(vars.plats) do
"+ctype_tab",
"./pure/string/*.c",
"./pure/stdlib/*.c",
"./pure/locale/*.c",
"./ctype/*.c",
"./errno/*.c",
"./locale/*.c",

View file

@ -1,2 +0,0 @@
localeconv.c
setlocale.c

View file

@ -1,2 +0,0 @@
clean:
rm -f localeconv.o setlocale.o OLIST