(PROTO, STDIO_PROTO): Likewise.

From-SVN: r7110
This commit is contained in:
Richard Kenner 1994-04-21 15:24:48 -04:00
parent 9b1d8cd6eb
commit fc47a4c015
1 changed files with 0 additions and 17 deletions

View 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. */