From 39d05dae1b5f1f803569f92983f3d3f314b805e7 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 31 Mar 1994 21:52:18 -0800 Subject: [PATCH] (pcfinclude): Modify comment referring to gstddef.h. From-SVN: r6949 --- gcc/cccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2