summaryrefslogtreecommitdiff
path: root/unix
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
parent212c296c0b24dddd19099f9188176a14ade42d86 (diff)
Put unicode functions in unicode.c, and tidy their names.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile
index f19104442..f6b91889b 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -15,7 +15,7 @@ PY_O = \
malloc.o \
qstr.o \
vstr.o \
- misc.o \
+ unicode.o \
lexer.o \
lexerunix.o \
parse.o \