diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-03-14 21:47:50 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-03-14 21:47:50 +0000 |
commit | 23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6 (patch) | |
tree | f86d032aa7796736ae3b48b9d527b9b116caa900 /gcc/cpplib.c | |
parent | 98d2dec7e3268ca0baee90e2d89da4d75fe4c193 (diff) | |
download | gcc-23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6.zip gcc-23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6.tar.gz gcc-23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6.tar.bz2 |
/home/neil/diffs/include.log
From-SVN: r64373
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index ed2bc95..7d2d965 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -1,6 +1,6 @@ /* CPP Library. (Directive handling.) Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 @@ -2072,14 +2072,7 @@ _cpp_pop_buffer (pfile) /* Don't generate a callback for popping the main file. */ if (pfile->buffer) - { - _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); - - /* If this is the main file, there may be some -include - files left to push. */ - if (!pfile->buffer->prev) - _cpp_maybe_push_include_file (pfile); - } + _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); } } |