diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 21:37:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 21:37:38 +0000 |
commit | c826e751760901de543f4640467e3a08df7f49bf (patch) | |
tree | 6a2323a78664ba45b78df1709ff3cc077db63ccd /gnu/usr.bin/gcc/input.h | |
parent | a4511fe6a5dc69a771b5ffdf64ba574c959cf37d (diff) |
GCC 2.8.0 merge
Diffstat (limited to 'gnu/usr.bin/gcc/input.h')
-rw-r--r-- | gnu/usr.bin/gcc/input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/input.h b/gnu/usr.bin/gcc/input.h index 7c71c24d46b..7bcde83f975 100644 --- a/gnu/usr.bin/gcc/input.h +++ b/gnu/usr.bin/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. |