diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-03-12 09:42:04 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-03-12 09:42:04 -0800 |
commit | 2af1bac84c27a3e54ea74857e9db3a5143c7d23e (patch) | |
tree | 127d2c38fda3997912bbf09c92d33b230a34acd5 /gcc/expr.h | |
parent | ac6849cbdf1a0519fb21e566a46040148c0b8b13 (diff) | |
download | gcc-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |