From 7877d9c326dda8cb8dbbcb100ed0e74e288bb8a5 Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 25 Aug 2008 20:49:52 +0000 Subject: [PATCH] Removed flushall, since it is non-standard and not used anyway. git-svn-id: svn://svn.cc65.org/cc65/trunk@3894 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/stdio.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/include/stdio.h b/include/stdio.h index 8fac60d15..ab913d6c3 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -6,8 +6,8 @@ /* */ /* */ /* */ -/* (C) 1998-2005 Ullrich von Bassewitz */ -/* Römerstraße 52 */ +/* (C) 1998-2008 Ullrich von Bassewitz */ +/* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ /* */ @@ -139,11 +139,6 @@ void __fastcall__ _poserror (const char* msg); /* cc65 */ #define getc(f) fgetc (f) /* ANSI */ #define putc(c, f) fputc (c, f) /* ANSI */ -/* Non-standard function like macros */ -#if __CC65_STD__ == __CC65_STD_CC65__ -#define flushall() /* Unix */ -#endif - /* End of stdio.h */ -- 2.39.5