aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorDamien George2013-12-30 18:23:50 +0000
committerDamien George2013-12-30 18:23:50 +0000
commit8cc96a35e532ef999e5a3739deeb44f51a80744b (patch)
tree7169f3ad0a43d36bdc67793bd46491d081805db2 /stm
parent212c296c0b24dddd19099f9188176a14ade42d86 (diff)
Put unicode functions in unicode.c, and tidy their names.
Diffstat (limited to 'stm')
-rw-r--r--stm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile
index 0bbc10af5..c66a2f6ce 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -45,7 +45,7 @@ PY_O = \
malloc.o \
qstr.o \
vstr.o \
- misc.o \
+ unicode.o \
lexer.o \
parse.o \
scope.o \