* genattr.c (main): Delete printing of "#define PROTO".
authorDoug Evans <dje@gnu.org>
Mon, 15 Apr 1996 18:01:14 +0000 (18:01 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 15 Apr 1996 18:01:14 +0000 (18:01 +0000)
From-SVN: r11795

gcc/genattr.c

index f87ce06bd61a1ba8020cbe9b3082181ef9eed94f..c351fc5ad5f1818cbca358633e8d2b0dba384e9d 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate attribute information (insn-attr.h) from machine description.
-   Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1994, 1996 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
 This file is part of GNU CC.
@@ -275,14 +275,6 @@ from the machine description file `md'.  */\n\n");
   /* For compatibility, define the attribute `alternative', which is just
      a reference to the variable `which_alternative'.  */
 
-  printf("#ifndef PROTO\n");
-  printf("#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)\n");
-  printf("#define PROTO(ARGS) ARGS\n");
-  printf("#else\n");
-  printf("#define PROTO(ARGS) ()\n");
-  printf("#endif\n");
-  printf("#endif\n");
-
   printf ("#define HAVE_ATTR_alternative\n");
   printf ("#define get_attr_alternative(insn) which_alternative\n");