summaryrefslogtreecommitdiffstats
path: root/gcc/genattr.c
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 18:01:14 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 18:01:14 +0000
commitaddd5868e1ac08768f4e43d1847d0c2c528ede21 (patch)
treec97088a0a5544632d8b7ab7d86e7dac2afa2201e /gcc/genattr.c
parent3441e5dd4f273deec2ddeefb9c23f0884ce5f8d8 (diff)
downloadppe42-gcc-addd5868e1ac08768f4e43d1847d0c2c528ede21.tar.gz
ppe42-gcc-addd5868e1ac08768f4e43d1847d0c2c528ede21.zip
* genattr.c (main): Delete printing of "#define PROTO".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r--gcc/genattr.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c
index f87ce06bd61..c351fc5ad5f 100644
--- a/gcc/genattr.c
+++ b/gcc/genattr.c
@@ -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");
OpenPOWER on IntegriCloud