From: Jim Wilson Date: Fri, 1 Apr 1994 05:52:18 +0000 (-0800) Subject: (pcfinclude): Modify comment referring to gstddef.h. X-Git-Tag: misc/cutover-egcs-0~6994 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d05dae1b5f1f803569f92983f3d3f314b805e7;p=thirdparty%2Fgcc.git (pcfinclude): Modify comment referring to gstddef.h. From-SVN: r6949 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index b4ca117bdfd5..5f73a0afe0ab 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);