diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-26 09:30:50 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-26 09:30:50 +0000 |
commit | 0bedf4fb30066e5e1d4342a1d3914dae7d37cba7 (patch) | |
tree | 68d8110b41afd0ebbf39167b1a4918eea667a7c5 /contrib/gcc/input.h | |
parent | d4db5fb866b7ad5216abd5047774a3973b9901a9 (diff) | |
download | FreeBSD-src-0bedf4fb30066e5e1d4342a1d3914dae7d37cba7.zip FreeBSD-src-0bedf4fb30066e5e1d4342a1d3914dae7d37cba7.tar.gz |
Virgin import of gcc from EGCS 1.1.2
Diffstat (limited to 'contrib/gcc/input.h')
-rw-r--r-- | contrib/gcc/input.h | 4 |
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. |