Commit 39d05dae by Jim Wilson

(pcfinclude): Modify comment referring to gstddef.h.

From-SVN: r6949
parent d2a1b32f
......@@ -4950,7 +4950,7 @@ pcfinclude (buf, limit, name, op)
/* NOTE: This works correctly even if HOST_WIDE_INT
is narrower than a pointer.
Do not try risky measures here to get another type to use!
Do not include gstddef.h or stddef.h--either one will fail! */
Do not include stddef.h--it will fail! */
if ((HOST_WIDE_INT) cp & 3)
cp += 4 - ((HOST_WIDE_INT) cp & 3);
......
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