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