diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-04-03 23:03:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-04-03 23:03:35 (GMT) |
commit | 88623d76b49a553445fff037bc9cf2e79a24ceef (patch) | |
tree | 0b0e6c004523de1f1e6510ad40025ee0107d1378 /Makefile.pre.in | |
parent | 4ceeeb09d8ff445888b24aa324bc06175d141cb9 (diff) | |
download | cpython-88623d76b49a553445fff037bc9cf2e79a24ceef.zip cpython-88623d76b49a553445fff037bc9cf2e79a24ceef.tar.gz cpython-88623d76b49a553445fff037bc9cf2e79a24ceef.tar.bz2 |
use our own locale independent ctype macros
requires building pyctype.o into pgen
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 36b0a56..a332b6b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -230,6 +230,7 @@ PARSER_OBJS= $(POBJS) Parser/myreadline.o Parser/tokenizer.o PGOBJS= \ Objects/obmalloc.o \ Python/mysnprintf.o \ + Python/pyctype.o \ Parser/tokenizer_pgen.o \ Parser/printgrammar.o \ Parser/pgenmain.o |