From 8cc96a35e532ef999e5a3739deeb44f51a80744b Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 30 Dec 2013 18:23:50 +0000 Subject: Put unicode functions in unicode.c, and tidy their names. --- unix-cpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix-cpy') diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index 29ccb3277..a77a6308b 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -14,7 +14,7 @@ PY_O = \ malloc.o \ qstr.o \ vstr.o \ - misc.o \ + unicode.o \ lexer.o \ lexerunix.o \ parse.o \ -- cgit v1.2.3