aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-03-12 09:42:04 -0800
committerJim Wilson <wilson@gcc.gnu.org>1996-03-12 09:42:04 -0800
commit2af1bac84c27a3e54ea74857e9db3a5143c7d23e (patch)
tree127d2c38fda3997912bbf09c92d33b230a34acd5 /gcc/expr.h
parentac6849cbdf1a0519fb21e566a46040148c0b8b13 (diff)
downloadgcc-2af1bac84c27a3e54ea74857e9db3a5143c7d23e.zip
gcc-2af1bac84c27a3e54ea74857e9db3a5143c7d23e.tar.gz
gcc-2af1bac84c27a3e54ea74857e9db3a5143c7d23e.tar.bz2
(clear_storage): Add comment terminator.
From-SVN: r11518
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 56034e2..104ec03 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. */