mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2000-10-17 Kazu Hirata <kazu@hxi.com>
* debug.c: Fix formatting. * depend.c: Likewise. * dwarf2dbg.c: Likewise. * dwarf2dbg.h: Likewise. * ecoff.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. * flonum-konst.c: Likewise. * frags.h: Likewise.
This commit is contained in:
@ -23,8 +23,7 @@
|
||||
/* The file to write to, or NULL if no dependencies being kept. */
|
||||
static char *dep_file = NULL;
|
||||
|
||||
struct dependency
|
||||
{
|
||||
struct dependency {
|
||||
char *file;
|
||||
struct dependency *next;
|
||||
};
|
||||
|
Reference in New Issue
Block a user