From: Richard Kenner Date: Thu, 21 Apr 1994 19:24:48 +0000 (-0400) Subject: (PROTO, STDIO_PROTO): Likewise. X-Git-Tag: misc/cutover-egcs-0~6833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc47a4c0154e5fff9c3f618b2b6e96140b6c0413;p=thirdparty%2Fgcc.git (PROTO, STDIO_PROTO): Likewise. From-SVN: r7110 --- diff --git a/gcc/reload.h b/gcc/reload.h index 8606085e45ce..d992a8e5b4b6 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. */