aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:52:18 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:52:18 -0800
commit39d05dae1b5f1f803569f92983f3d3f314b805e7 (patch)
treece8d82c0ee20a92dc25f7c0c42e17c84fafdc3d4 /gcc
parentd2a1b32f573d4f5a97457817a7dc9b30c8a5a8f6 (diff)
downloadgcc-39d05dae1b5f1f803569f92983f3d3f314b805e7.zip
gcc-39d05dae1b5f1f803569f92983f3d3f314b805e7.tar.gz
gcc-39d05dae1b5f1f803569f92983f3d3f314b805e7.tar.bz2
(pcfinclude): Modify comment referring to gstddef.h.
From-SVN: r6949
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index b4ca117..5f73a0a 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);