* as.h (know): Don't define as empty.
[deliverable/binutils-gdb.git] / gas / as.h
index 7366121b03a26806b84df4e9d1b4f19cbe74b296..1d1d97e5a06c0029bf0ef7fba16b37ff97b9a108 100644 (file)
--- a/gas/as.h
+++ b/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
 \f
 /* input_scrub.c */
This page took 0.023928 seconds and 4 git commands to generate.