diff options
Diffstat (limited to 'gas/config/tc-sparc.h')
-rw-r--r-- | gas/config/tc-sparc.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/gas/config/tc-sparc.h b/gas/config/tc-sparc.h index c904909..bc93fbf 100644 --- a/gas/config/tc-sparc.h +++ b/gas/config/tc-sparc.h @@ -31,15 +31,16 @@ #define AOUT_MACHTYPE 3 -#define tc_headers_hook(a) ; /* don't need it. */ -#define tc_crawl_symbol_chain(a) ; /* don't need it. */ +#define tc_headers_hook(a) {;} /* don't need it. */ +#define tc_crawl_symbol_chain(a) {;} /* don't need it. */ #define LISTING_HEADER "SPARC GAS " - /* - * Local Variables: - * comment-column: 0 - * fill-column: 131 - * End: - */ - - /* end of tp-sparc.h */ + +/* + * Local Variables: + * comment-column: 0 + * fill-column: 131 + * End: + */ + +/* end of tc-sparc.h */ |