summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2013-12-30 18:23:50 +0000
committerDamien George <damien.p.george@gmail.com>2013-12-30 18:23:50 +0000
commit8cc96a35e532ef999e5a3739deeb44f51a80744b (patch)
tree7169f3ad0a43d36bdc67793bd46491d081805db2 /unix-cpy
parent212c296c0b24dddd19099f9188176a14ade42d86 (diff)
downloadmicropython-8cc96a35e532ef999e5a3739deeb44f51a80744b.tar.gz
micropython-8cc96a35e532ef999e5a3739deeb44f51a80744b.zip
Put unicode functions in unicode.c, and tidy their names.
Diffstat (limited to 'unix-cpy')
-rw-r--r--unix-cpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile
index 29ccb32773..a77a6308b1 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 \