diff options
author | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:42:13 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:42:13 (GMT) |
commit | 2c9c7a5f33d502fa468e38537d57834c7e33aa4d (patch) | |
tree | 6a762dce75d1ff00e3b35ca0c7a8ee7c0f21b8fe /Parser | |
parent | 72b710a59617ebe6dd1c41613d2c7eb81702efd9 (diff) | |
download | cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.zip cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.gz cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.bz2 |
Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/tokenizer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index 18fb122..487405f 100644 --- a/Parser/tokenizer.c +++ b/Parser/tokenizer.c @@ -12,7 +12,7 @@ #ifndef PGEN #include "unicodeobject.h" -#include "stringobject.h" +#include "bytesobject.h" #include "fileobject.h" #include "codecs.h" #include "abstract.h" |