diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:52:18 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:52:18 -0800 |
commit | 39d05dae1b5f1f803569f92983f3d3f314b805e7 (patch) | |
tree | ce8d82c0ee20a92dc25f7c0c42e17c84fafdc3d4 /gcc | |
parent | d2a1b32f573d4f5a97457817a7dc9b30c8a5a8f6 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |