summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1996-03-12 17:42:04 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1996-03-12 17:42:04 +0000
commit11d5454fa2046ffb48973fee0e096229f56ee533 (patch)
tree127d2c38fda3997912bbf09c92d33b230a34acd5 /gcc/expr.h
parentbbafcab1ec50b13b1a8cba696f5a77015ed72095 (diff)
downloadgcc-11d5454fa2046ffb48973fee0e096229f56ee533.tar.gz
(clear_storage): Add comment terminator.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 56034e26905..104ec035586 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -635,7 +635,7 @@ extern void use_regs PROTO((rtx*, int, int));
/* Write zeros through the storage of OBJECT.
If OBJECT has BLKmode, SIZE is its length in bytes and ALIGN is its
- alignment.
+ alignment. */
extern void clear_storage PROTO((rtx, rtx, int));
/* Emit insns to set X from Y. */