mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
cppinit.c (append_include_chain): Initialize 'next' and 'alloc' fields.
Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com> * cppinit.c (append_include_chain): Initialize 'next' and 'alloc' fields. From-SVN: r29380
This commit is contained in:
committed by
Dave Brolley
parent
54c75f8cd4
commit
503cb43627
@@ -1,3 +1,8 @@
|
||||
Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com>
|
||||
|
||||
* cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
|
||||
fields.
|
||||
|
||||
Mon Sep 13 10:01:33 1999 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
|
||||
|
||||
@@ -487,6 +487,8 @@ append_include_chain (pfile, pend, dir, path)
|
||||
new->dev = st.st_dev;
|
||||
new->sysp = (path == SYSTEM);
|
||||
new->name_map = NULL;
|
||||
new->next = NULL;
|
||||
new->alloc = NULL;
|
||||
|
||||
switch (path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user