Commit 72f180fb by Richard Stallman

(ASM_OUTPUT_ASCII): Declare i.

From-SVN: r6064
parent 137e889e
......@@ -127,6 +127,7 @@ do { \
#define ASM_OUTPUT_ASCII(file, p, size) \
{ \
int i; \
for (i = 0; i < (size); i++) \
{ \
register int c = (p)[i]; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment