| Index: binutils/gas/as.h
|
| diff --git a/binutils/gas/as.h b/binutils/gas/as.h
|
| index 7366121b03a26806b84df4e9d1b4f19cbe74b296..1d1d97e5a06c0029bf0ef7fba16b37ff97b9a108 100644
|
| --- a/binutils/gas/as.h
|
| +++ b/binutils/gas/as.h
|
| @@ -238,7 +238,7 @@ typedef addressT valueT;
|
| #define know(p) gas_assert(p) /* Verify our assumptions! */
|
| #endif /* not yet defined */
|
| #else
|
| -#define know(p) /* know() checks are no-op.ed */
|
| +#define know(p) do {} while (0) /* know() checks are no-op.ed */
|
| #endif
|
|
|
| /* input_scrub.c */
|
|
|