OSDN Git Service

* cppfiles.c (_cpp_execute_include): Move `len` initialisation
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2001 10:51:42 +0000 (10:51 +0000)
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2001 10:51:42 +0000 (10:51 +0000)
        after `ptr` is initialised.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38827 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 06db9b5..1456e54 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.