diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-09 09:09:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-09 09:09:03 +0000 |
commit | 55ab10f0eed07a40d68672f9fa71d21ac9f83eb5 (patch) | |
tree | 81c621fb1523cdbcad28a3ebea41e3a03108eb37 /bfd/bfd-in2.h | |
parent | 1c26dc27b503cc897a679b32db4bca573183f38a (diff) | |
download | gdb-55ab10f0eed07a40d68672f9fa71d21ac9f83eb5.zip gdb-55ab10f0eed07a40d68672f9fa71d21ac9f83eb5.tar.gz gdb-55ab10f0eed07a40d68672f9fa71d21ac9f83eb5.tar.bz2 |
Fix formatting
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index c20f8b0..5cac1dd 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2958,7 +2958,7 @@ bfd_copy_private_symbol_data PARAMS ((bfd *ibfd, asymbol *isym, bfd *obfd, asymb struct _bfd { /* The filename the application opened the BFD with. */ - CONST char *filename; + const char *filename; /* A pointer to the target jump table. */ const struct bfd_target *xvec; @@ -3141,11 +3141,11 @@ bfd_get_error PARAMS ((void)); void bfd_set_error PARAMS ((bfd_error_type error_tag)); -CONST char * +const char * bfd_errmsg PARAMS ((bfd_error_type error_tag)); void -bfd_perror PARAMS ((CONST char *message)); +bfd_perror PARAMS ((const char *message)); typedef void (*bfd_error_handler_type) PARAMS ((const char *, ...)); @@ -3197,7 +3197,7 @@ void bfd_set_gp_size PARAMS ((bfd *abfd, int i)); bfd_vma -bfd_scan_vma PARAMS ((CONST char *string, CONST char **end, int base)); +bfd_scan_vma PARAMS ((const char *string, const char **end, int base)); boolean bfd_copy_private_bfd_data PARAMS ((bfd *ibfd, bfd *obfd)); |