]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(PROTO, STDIO_PROTO): Likewise.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:24:48 +0000 (15:24 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:24:48 +0000 (15:24 -0400)
From-SVN: r7110

gcc/reload.h

index 8606085e45cec1097d93430a51dd512689abd507..d992a8e5b4b64b47ccd42e7d6f1a29d0c529bc1d 100644 (file)
@@ -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.  */