* as.h (seg_not_empty_p): Return int, not bfd_boolean.

* subsegs.c (seg_not_empty_p): Likewise.
This commit is contained in:
Nathan Sidwell
2005-02-07 17:53:26 +00:00
parent caadb61db9
commit 4ee4d24937
3 changed files with 7 additions and 2 deletions

View File

@@ -577,7 +577,7 @@ segT subseg_new (const char *, subsegT);
segT subseg_force_new (const char *, subsegT);
void subseg_set (segT, subsegT);
int subseg_text_p (segT);
bfd_boolean seg_not_empty_p (segT);
int seg_not_empty_p (segT);
void start_dependencies (char *);
void register_dependency (char *);
void print_dependencies (void);