Commit 4bc38260 by Richard Stallman

(write_rbrac): Treat rewinddir like memmove.

From-SVN: r6121
parent a175f87d
......@@ -382,7 +382,8 @@ write_rbrac ()
if (!strcmp (fn->fname, "memmove")
|| !strcmp (fn->fname, "vprintf")
|| !strcmp (fn->fname, "vfprintf")
|| !strcmp (fn->fname, "vsprintf"))
|| !strcmp (fn->fname, "vsprintf")
|| !strcmp (fn->fname, "rewinddir"))
macro_protect = 1;
if (macro_protect)
......
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