Revert "rename '_poserror' to '__poserror'"

This commit is contained in:
Bob Andrews
2022-07-24 18:14:21 +02:00
committed by GitHub
parent c642c07ea0
commit 6239fbe18c
6 changed files with 24 additions and 24 deletions

View File

@@ -147,7 +147,7 @@ int __fastcall__ vfscanf (FILE* f, const char* format, __va_list ap);
FILE* __fastcall__ fdopen (int fd, const char* mode); /* Unix */
int __fastcall__ fileno (FILE* f); /* Unix */
#endif
void __fastcall__ __poserror (const char* msg); /* cc65 */
void __fastcall__ _poserror (const char* msg); /* cc65 */
/* Masking macros for some functions */
#define getc(f) fgetc (f) /* ANSI */