fix-header.c (write_rbrac): Add "abort" to functions which need to be protected.

(
	* fix-header.c (write_rbrac): Add "abort" to functions which need to
	be protected.

From-SVN: r19556
This commit is contained in:
Manfred Hollstein 1998-05-05 23:23:41 +00:00
parent dbbfa8c8ca
commit 25cf40e29d
1 changed files with 2 additions and 1 deletions

View File

@ -812,7 +812,8 @@ write_rbrac ()
|| !strcmp (fn->fname, "vprintf")
|| !strcmp (fn->fname, "vfprintf")
|| !strcmp (fn->fname, "vsprintf")
|| !strcmp (fn->fname, "rewinddir"))
|| !strcmp (fn->fname, "rewinddir")
|| !strcmp (fn->fname, "abort"))
macro_protect = 1;
if (macro_protect)