From 2af1bac84c27a3e54ea74857e9db3a5143c7d23e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 12 Mar 1996 09:42:04 -0800 Subject: [PATCH] (clear_storage): Add comment terminator. From-SVN: r11518 --- gcc/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2