From: Jeff Law Date: Thu, 16 Apr 1998 16:48:41 +0000 (-0600) Subject: search.c (my_tree_cons): Don't clear words outside the newly allocated node. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=472295b89135af24cd0bc7395950f60c59c25571;p=gcc.git search.c (my_tree_cons): Don't clear words outside the newly allocated node. � * search.c (my_tree_cons): Don't clear words outside the newly allocated node. From-SVN: r19237 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c3f6f9aa5b3..6118d04d01d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 16 17:47:30 1998 Jeffrey A Law (law@cygnus.com) + + * search.c (my_tree_cons): Don't clear words outside the + newly allocated node. + Wed Apr 15 15:34:44 1998 Dave Brolley * lex.c (init_parse): Now returns char* containing the filename.