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:
parent
dbbfa8c8ca
commit
25cf40e29d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue