cppfiles.c (_cpp_execute_include): Move `len` initialisation after `ptr` is initialised.
authorGraham Stott <grahams@gcc.gnu.org>
Tue, 9 Jan 2001 10:51:42 +0000 (10:51 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Tue, 9 Jan 2001 10:51:42 +0000 (10:51 +0000)
        * cppfiles.c (_cpp_execute_include): Move `len` initialisation
        after `ptr` is initialised.

From-SVN: r38827

gcc/ChangeLog

index 06db9b5fc6443f0fd2a3cab4bff3ba5485ea4c9f..1456e54ca375617723db3d93d87b99aac895358b 100644 (file)
@@ -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.