mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Convert to C90
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* ldwrite.h -
|
||||
Copyright 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||
Copyright 1991, 1992, 1993, 2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GLD, the Gnu Linker.
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with GLD; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
void ldwrite PARAMS ((void));
|
||||
void ldwrite (void);
|
||||
|
Reference in New Issue
Block a user