projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e178c1
)
cppfiles.c (_cpp_execute_include): Move `len` initialisation after `ptr` is initialised.
author
Graham Stott
<grahams@gcc.gnu.org>
Tue, 9 Jan 2001 10:51:42 +0000
(10:51 +0000)
committer
Graham 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
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 06db9b5fc6443f0fd2a3cab4bff3ba5485ea4c9f..1456e54ca375617723db3d93d87b99aac895358b 100644
(file)
--- 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.