summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/input.h')
-rw-r--r--contrib/gcc/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/input.h b/contrib/gcc/input.h
index 7c71c24..7bcde83 100644
--- a/contrib/gcc/input.h
+++ b/contrib/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.
OpenPOWER on IntegriCloud