diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
commit | 6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f (patch) | |
tree | a2568888a519c077427b133de9ece5879a8484a5 /gcc/input.h | |
parent | ac1a20aec53364d77f3bdff94a2a0a06840e0fe9 (diff) | |
download | gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.zip gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.gz gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.bz2 |
Merge tree-ssa-20020619-branch into mainline.
From-SVN: r81764
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/input.h b/gcc/input.h index 45fee91..6e11023 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -53,9 +53,6 @@ extern location_t input_location; The line member is not accurate for the innermost file on the stack. */ extern struct file_stack *input_file_stack; -/* Stack of EXPR_WITH_FILE_LOCATION nested expressions. */ -extern struct file_stack *expr_wfl_stack; - /* Incremented on each change to input_file_stack. */ extern int input_file_stack_tick; |