diff options
author | Graham Stott <grahams@gcc.gnu.org> | 2001-01-09 10:51:42 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2001-01-09 10:51:42 +0000 |
commit | fb83deef1a1438c21b65535483a4726f31862b20 (patch) | |
tree | fdeeedab2d1710c708b8741b7d8236a85f1caf82 /gcc | |
parent | 8e178c1d09d772144d5200306042b0561322a0cd (diff) | |
download | gcc-fb83deef1a1438c21b65535483a4726f31862b20.zip gcc-fb83deef1a1438c21b65535483a4726f31862b20.tar.gz gcc-fb83deef1a1438c21b65535483a4726f31862b20.tar.bz2 |
cppfiles.c (_cpp_execute_include): Move `len` initialisation after `ptr` is initialised.
* cppfiles.c (_cpp_execute_include): Move `len` initialisation
after `ptr` is initialised.
From-SVN: r38827
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06db9b5..1456e54 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +20001-01-09 Graham Stott <grahams@redhat.com> + + * cppfiles.c (_cpp_execute_include): Move `len` initialisation + after `ptr` is initialised. + 2001-01-09 Alexandre Oliva <aoliva@redhat.com> * config/sh/sh.h (STATIC_CHAIN_REGNUM): Change from r13 to r3. |