diff options
| author | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:42:13 +0000 |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:42:13 +0000 |
| commit | 2c9c7a5f33d502fa468e38537d57834c7e33aa4d (patch) | |
| tree | 6a762dce75d1ff00e3b35ca0c7a8ee7c0f21b8fe /Parser/tokenizer.c | |
| parent | 72b710a59617ebe6dd1c41613d2c7eb81702efd9 (diff) | |
| download | cpython-git-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.gz | |
Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
Diffstat (limited to 'Parser/tokenizer.c')
| -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 18fb122707..487405f20e 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" |
