From: Doug Evans Date: Mon, 28 Feb 1994 23:22:31 +0000 (+0000) Subject: (ASM_OUTPUT_ASCII): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c178c4f503a8bbac4e647025cedef9d6fa8cde88;p=gcc.git (ASM_OUTPUT_ASCII): Fix typo. From-SVN: r6677 --- diff --git a/gcc/config/ns32k/encore.h b/gcc/config/ns32k/encore.h index 9550360f27d..1a3a82fa96f 100644 --- a/gcc/config/ns32k/encore.h +++ b/gcc/config/ns32k/encore.h @@ -126,7 +126,7 @@ do { \ */ #define ASM_OUTPUT_ASCII(file, p, size) \ -{ \ +do { \ int i; \ for (i = 0; i < (size); i++) \ { \