diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-28 05:28:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-28 05:28:54 +0000 |
commit | 1579bae1cd094ed9b986d2128997953600ca910d (patch) | |
tree | 17d62b19ecb6002f3c0982a8a13011ce3f83aa8a /ld/sysdep.h | |
parent | b9ae04920ab4f0d0c10fad9dff55c4ca3e2d2251 (diff) | |
download | binutils-1579bae1cd094ed9b986d2128997953600ca910d.zip binutils-1579bae1cd094ed9b986d2128997953600ca910d.tar.gz binutils-1579bae1cd094ed9b986d2128997953600ca910d.tar.bz2 |
Convert to C90
Diffstat (limited to 'ld/sysdep.h')
-rw-r--r-- | ld/sysdep.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/sysdep.h b/ld/sysdep.h index 7151f14..f164e74 100644 --- a/ld/sysdep.h +++ b/ld/sysdep.h @@ -1,5 +1,6 @@ /* sysdep.h -- handle host dependencies for the GNU linker - Copyright 1995, 1996, 1997, 1999, 2002 Free Software Foundation, Inc. + Copyright 1995, 1996, 1997, 1999, 2002, 2003 + Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -21,8 +22,6 @@ #ifndef LD_SYSDEP_H #define LD_SYSDEP_H -#include "ansidecl.h" - #include "config.h" #include <stdio.h> |