diff options
author | Fred Fish <fnf@specifix.com> | 1992-06-30 23:50:04 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-06-30 23:50:04 +0000 |
commit | fbc2750e397fd888f0f0a3971fee0e9e3b36ba6c (patch) | |
tree | 8286b2b03721a6357614ae6bf77105acc0cb88e7 /bfd/hppa.c | |
parent | 41a2a528b99d2e90c777c00a66142cb3ff5cb62b (diff) | |
download | gdb-fbc2750e397fd888f0f0a3971fee0e9e3b36ba6c.zip gdb-fbc2750e397fd888f0f0a3971fee0e9e3b36ba6c.tar.gz gdb-fbc2750e397fd888f0f0a3971fee0e9e3b36ba6c.tar.bz2 |
* hppa.c: Apply John's standard fix to avoid "empty translation
unit" warnings from some ANSI-C compilers.
Diffstat (limited to 'bfd/hppa.c')
-rw-r--r-- | bfd/hppa.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -636,4 +636,7 @@ _do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* hdrs JUMP_TABLE(hppa) }; -#endif +#else /* notdef hp9000s800 */ +/* Prevent "empty translation unit" warnings from the idiots at X3J11. */ +static char ansi_c_idiots = 69; +#endif /* hp9000s800 */ |