diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-05-23 12:05:38 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-23 12:05:38 +0000 |
commit | a97d1398381199317a5627d7a24e407284ef1e2e (patch) | |
tree | 57ba86ec8f6a73bd6aafd40db3b51f242e817215 /gcc/input.h | |
parent | e275a5350601fb2218ad553bb2029b03faf6c7f3 (diff) | |
download | gcc-a97d1398381199317a5627d7a24e407284ef1e2e.tar.gz |
c-lex.c (indent_level): Remove.
* c-lex.c (indent_level): Remove.
(cb_file_change, c_lex): Remove indent level handling.
* c-lex.h (indent_level): Remove.
* input.h (struct file_stack): Remove indent_level.
* toplev.c (push_srcloc): Remove indent_level handling.
cp:
* spew.c (yyungetc, snarf_block): Remove indent_level handling.
From-SVN: r53786
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/input.h b/gcc/input.h index 7ef5d941dcb..28bb6481832 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -36,7 +36,6 @@ struct file_stack const char *name; struct file_stack *next; int line; - int indent_level; }; /* Stack of currently pending input files. |