]> git.sur5r.net Git - cc65/commitdiff
Removed flushall, since it is non-standard and not used anyway.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 25 Aug 2008 20:49:52 +0000 (20:49 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 25 Aug 2008 20:49:52 +0000 (20:49 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3894 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/stdio.h

index 8fac60d15e666682c7a94eeb3cc994dd1393f7c3..ab913d6c3ce079034909fcce0af07872211a3e55 100644 (file)
@@ -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 */