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:
Dave Brolley
1999-09-13 16:58:44 +00:00
committed by Dave Brolley
parent 54c75f8cd4
commit 503cb43627
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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)
{