diff options
author | John Gilmore <gnu@cygnus> | 1992-01-30 09:19:24 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-30 09:19:24 +0000 |
commit | 0aa70210e4ec2933a8c6e1f85800b620e16d792d (patch) | |
tree | abc593ef3085567cd874ffa4cf48f3c69fe93a12 /include | |
parent | 14144df4c9309371b5c3e9fe7d611ecbc13309a6 (diff) | |
download | gdb-0aa70210e4ec2933a8c6e1f85800b620e16d792d.zip gdb-0aa70210e4ec2933a8c6e1f85800b620e16d792d.tar.gz gdb-0aa70210e4ec2933a8c6e1f85800b620e16d792d.tar.bz2 |
Remove trailing comma from enum.
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bfd.h b/include/bfd.h index db2b39d..bc0961b 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -235,7 +235,7 @@ typedef enum bfd_print_symbol bfd_print_symbol_name, bfd_print_symbol_more, bfd_print_symbol_all, - bfd_print_symbol_nm, /* Pretty format suitable for nm program. */ + bfd_print_symbol_nm /* Pretty format suitable for nm program. */ } bfd_print_symbol_type; @@ -990,7 +990,7 @@ struct _bfd struct bfd_target *xvec; /* To avoid dragging too many header files into every file that - includes @file{bfd.h}, IOSTREAM has been declared as a "char + includes `<<bfd.h>>', IOSTREAM has been declared as a "char *", and MTIME as a "long". Their correct types, to which they are cast when used, are "FILE *" and "time_t". The iostream is the result of an fopen on the filename. */ |