diff options
author | Steve Chamberlain <sac@cygnus> | 1992-05-05 00:52:18 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-05-05 00:52:18 +0000 |
commit | 20a88218367a696573c8c60ec057fb51a0fc9be0 (patch) | |
tree | 4c5427ec680a0d0d0d5756a3de5b372b8d0d345f /gas | |
parent | b38479171aa0fedc41cf05dbb85d953d7ce678c6 (diff) | |
download | gdb-20a88218367a696573c8c60ec057fb51a0fc9be0.zip gdb-20a88218367a696573c8c60ec057fb51a0fc9be0.tar.gz gdb-20a88218367a696573c8c60ec057fb51a0fc9be0.tar.bz2 |
lint
Diffstat (limited to 'gas')
-rw-r--r-- | gas/listing.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gas/listing.c b/gas/listing.c index 49d24f6..a4465e7 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -92,7 +92,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #include "as.h" +<<<<<<< listing.c +#include <ansidecl.h> +======= +>>>>>>> 1.13 #include <obstack.h> #include "input-file.h" #include "targ-cpu.h" @@ -977,7 +981,7 @@ void DEFUN_VOID(listing_eject) { s_ignore(); } -void DEFUN(listing_psize) +void DEFUN_VOID(listing_psize) { s_ignore(); } |