* Most files:
[deliverable/binutils-gdb.git] / bfd / targets.c
index c52a3e61a4a7ea8868aecc06fccf7763c6efdc45..ddba2bf03073d1c5889f567c8a0e7a554c88a1c7 100644 (file)
@@ -621,9 +621,9 @@ DESCRIPTION
 */
 
 bfd_target *
-DEFUN(bfd_find_target,(target_name, abfd),
-      CONST char *target_name AND
-      bfd *abfd)
+bfd_find_target (target_name, abfd)
+     CONST char *target_name;
+     bfd *abfd;
 {
   bfd_target **target;
   extern char *getenv ();
@@ -663,7 +663,7 @@ DESCRIPTION
 */
 
 CONST char **
-DEFUN_VOID(bfd_target_list)
+bfd_target_list ()
 {
   int vec_length= 0;
 #ifdef NATIVE_HPPAHPUX_COMPILER
This page took 0.028353 seconds and 4 git commands to generate.