Commit ca6c7489 by Glenn Chambers Committed by Alexandre Petit-Bianco

decl.c (insert_block): Removed unconditional `abort'.

Fri Sep 24 12:23:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* decl.c (insert_block): Removed unconditional `abort'.

From-SVN: r29657
parent 98e7ae29
Fri Sep 24 12:23:05 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* decl.c (insert_block): Removed unconditional `abort'.
Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* decl.c (builtin_function): No longer static. New arg CLASS. Arg
......
......@@ -1371,7 +1371,6 @@ insert_block (block)
tree block;
{
TREE_USED (block) = 1;
abort ();
current_binding_level->blocks
= chainon (current_binding_level->blocks, block);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment