(pcfinclude): Modify comment referring to gstddef.h.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:52:18 +0000 (21:52 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:52:18 +0000 (21:52 -0800)
From-SVN: r6949

gcc/cccp.c

index b4ca117bdfd5d46256c7533243105e84ef83b90f..5f73a0afe0ab9ff4dbb7fbfc3f8f814bbc52f967 100644 (file)
@@ -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);