diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-21 19:24:48 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-21 19:24:48 +0000 |
commit | b8da4abae7619786561895fbf18827c0bbbb80b7 (patch) | |
tree | 7a3088252f0ad5ffc29a44f94a4d814e023c6994 /gcc/reload.h | |
parent | 82b5e01f70780ec1596450f17ba0eb3bfc9340a6 (diff) | |
download | gcc-b8da4abae7619786561895fbf18827c0bbbb80b7.tar.gz |
(PROTO, STDIO_PROTO): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index 8606085e45c..d992a8e5b4b 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -18,23 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Add prototype support. */ -#ifndef PROTO -#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__) -#define PROTO(ARGS) ARGS -#else -#define PROTO(ARGS) () -#endif -#endif - -#ifndef STDIO_PROTO -#ifdef BUFSIZ -#define STDIO_PROTO(ARGS) PROTO(ARGS) -#else -#define STDIO_PROTO(ARGS) () -#endif -#endif - /* If secondary reloads are the same for inputs and outputs, define those macros here. */ |