mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
This commit is contained in:
@@ -517,7 +517,7 @@ extern void default_iterate_over_objfiles_in_search_order
|
||||
/* Traverse all object files in program space SS. */
|
||||
|
||||
#define ALL_PSPACE_OBJFILES(ss, obj) \
|
||||
for ((obj) = ss->objfiles; (obj) != NULL; (obj) = (obj)->next) \
|
||||
for ((obj) = ss->objfiles; (obj) != NULL; (obj) = (obj)->next)
|
||||
|
||||
#define ALL_PSPACE_OBJFILES_SAFE(ss, obj, nxt) \
|
||||
for ((obj) = ss->objfiles; \
|
||||
|
||||
Reference in New Issue
Block a user