diff options
-rw-r--r-- | gas/config/obj-bout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index 1b0743e..02eba6e 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -302,8 +302,8 @@ typedef struct { } object_headers; /* unused hooks. */ -#define OBJ_EMIT_LINENO(a, b, c) ; -#define obj_pre_write_hook(a) ; +#define OBJ_EMIT_LINENO(a, b, c) {;} +#define obj_pre_write_hook(a) {;} #ifdef __STDC__ struct fix; |