OSDN Git Service

(ASM_OUTPUT_ASCII): Fix typo.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Feb 1994 23:22:31 +0000 (23:22 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Feb 1994 23:22:31 +0000 (23:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6677 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/ns32k/encore.h

index 9550360..1a3a82f 100644 (file)
@@ -126,7 +126,7 @@ do {                                                                        \
   */
 
 #define ASM_OUTPUT_ASCII(file, p, size)                        \
-{                                                      \
+do {                                                   \
   int i;                                               \
   for (i = 0; i < (size); i++)                         \
     {                                                  \