summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-01 05:52:18 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-01 05:52:18 +0000
commit1996b5a2da74279ebbf9831abf1d2424a78571fd (patch)
treece8d82c0ee20a92dc25f7c0c42e17c84fafdc3d4 /gcc/cccp.c
parentf3f13a7e7d27ff6fd65b15bcf496656a819cebf5 (diff)
downloadgcc-1996b5a2da74279ebbf9831abf1d2424a78571fd.tar.gz
(pcfinclude): Modify comment referring to gstddef.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6949 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r--gcc/cccp.c2
1 files changed, 1 insertions, 1 deletions
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);