summaryrefslogtreecommitdiff
path: root/gcc/input.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-03 16:37:26 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-03 16:37:26 +0000
commit68215e49a61b9179c353b5edd9b5796b04acdba0 (patch)
tree28111445709b1e369e559db59f8c46cf5b81a203 /gcc/input.h
parent489ae1b6ce3a4da007b9b313a477ac4105dccab1 (diff)
downloadgcc-68215e49a61b9179c353b5edd9b5796b04acdba0.tar.gz
dummy commit before merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/input.h')
-rw-r--r--gcc/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/input.h b/gcc/input.h
index 7c71c24d46b..7bcde83f975 100644
--- a/gcc/input.h
+++ b/gcc/input.h
@@ -1,7 +1,6 @@
/* Declarations for variables relating to reading the source file.
Used by parsers, lexical analyzers, and error message routines.
-
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -37,6 +36,7 @@ struct file_stack
char *name;
struct file_stack *next;
int line;
+ int indent_level;
};
/* Stack of currently pending input files.