From: Richard Kenner Date: Thu, 21 Apr 1994 19:25:12 +0000 (-0400) Subject: (STDIO_PROTO): Don't define here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=439067df80ae763dc9d737792334610db5cc67b8;p=gcc.git (STDIO_PROTO): Don't define here. From-SVN: r7111 --- diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 41a4c0017c9..1a495eceebe 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -20,14 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _C_TREE_H #define _C_TREE_H -#ifndef STDIO_PROTO -#ifdef BUFSIZ -#define STDIO_PROTO(ARGS) PROTO(ARGS) -#else -#define STDIO_PROTO(ARGS) () -#endif -#endif - /* Language-dependent contents of an identifier. */ /* The limbo_value is used for block level extern declarations, which need