diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-21 15:24:48 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-21 15:24:48 -0400 |
commit | fc47a4c0154e5fff9c3f618b2b6e96140b6c0413 (patch) | |
tree | 7a3088252f0ad5ffc29a44f94a4d814e023c6994 /gcc | |
parent | 9b1d8cd6ebcc9d01e53f022ae4aa7dc6fa119481 (diff) | |
download | gcc-fc47a4c0154e5fff9c3f618b2b6e96140b6c0413.zip gcc-fc47a4c0154e5fff9c3f618b2b6e96140b6c0413.tar.gz gcc-fc47a4c0154e5fff9c3f618b2b6e96140b6c0413.tar.bz2 |
(PROTO, STDIO_PROTO): Likewise.
From-SVN: r7110
Diffstat (limited to 'gcc')
-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 8606085..d992a8e 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. */ |