diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-29 13:21:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-29 13:21:41 +0000 |
commit | 5cc18311d96a51217994f4b6a53ac88a410c9db4 (patch) | |
tree | 977cc43a12503b20786b429280318451bc24c7e7 /ld/ldfile.h | |
parent | 512a2384fe00445101b67b9ac3b24600e01d504e (diff) | |
download | gdb-5cc18311d96a51217994f4b6a53ac88a410c9db4.zip gdb-5cc18311d96a51217994f4b6a53ac88a410c9db4.tar.gz gdb-5cc18311d96a51217994f4b6a53ac88a410c9db4.tar.bz2 |
2000-09-29 Kazu Hirata <kazu@hxi.com>
* deffile.h: Fix formatting.
* ld.h: Likewise.
* ldctor.h: Likewise.
* ldemul.h: Likewise.
* ldexp.h: Likewise.
* ldfile.h: Likewise.
* ldlang.h: Likewise.
* lexsup.c: Likewise.
* mri.c: Likewise.
* pe-dll.c: Likewise.
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r-- | ld/ldfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h index 5e73f03..9e1834f 100644 --- a/ld/ldfile.h +++ b/ld/ldfile.h @@ -29,7 +29,7 @@ extern const char *ldfile_output_machine_name; /* Structure used to hold the list of directories to search for libraries. */ -typedef struct search_dirs +typedef struct search_dirs { /* Next directory on list. */ struct search_dirs *next; |