projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36dce6
)
Remove unused field.
author
Martin v. Löwis
<martin@v.loewis.de>
Wed, 1 Mar 2006 04:04:20 +0000
(
04:04
+0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Wed, 1 Mar 2006 04:04:20 +0000
(
04:04
+0000)
Parser/tokenizer.h
patch
|
blob
|
history
diff --git
a/Parser/tokenizer.h
b/Parser/tokenizer.h
index e9423333e248bdd2d993932348d5bebb06476bf7..0b36061772a851a2a3d369e411e7c4ff173b41f9 100644
(file)
--- a/
Parser/tokenizer.h
+++ b/
Parser/tokenizer.h
@@
-43,7
+43,6
@@
struct tok_state {
int decoding_state; /* -1:decoding, 0:init, 1:raw */
int decoding_erred; /* whether erred in decoding */
int read_coding_spec; /* whether 'coding:...' has been read */
- int issued_encoding_warning; /* whether non-ASCII warning was issued */
char *encoding;
int cont_line; /* whether we are in a continuation line. */
#ifndef PGEN