From: Jim Wilson Date: Fri, 1 Apr 1994 05:52:18 +0000 (-0800) Subject: (pcfinclude): Modify comment referring to gstddef.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39d05dae1b5f1f803569f92983f3d3f314b805e7;p=gcc.git (pcfinclude): Modify comment referring to gstddef.h. From-SVN: r6949 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index b4ca117bdfd..5f73a0afe0a 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -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);