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
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 1998-2005 Ullrich von Bassewitz */
|
/* (C) 1998-2008 Ullrich von Bassewitz */
|
||||||
/* R<EFBFBD>merstra<EFBFBD>e 52 */
|
/* Roemerstrasse 52 */
|
||||||
/* D-70794 Filderstadt */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@cc65.org */
|
/* EMail: uz@cc65.org */
|
||||||
/* */
|
/* */
|
||||||
@@ -139,11 +139,6 @@ void __fastcall__ _poserror (const char* msg); /* cc65 */
|
|||||||
#define getc(f) fgetc (f) /* ANSI */
|
#define getc(f) fgetc (f) /* ANSI */
|
||||||
#define putc(c, f) fputc (c, 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 */
|
/* End of stdio.h */
|
||||||
|
|||||||
Reference in New Issue
Block a user