From: uz Date: Thu, 3 Jun 2010 21:25:17 +0000 (+0000) Subject: Removed the prototype for _seterrno, since it is now provided in errno.h. X-Git-Tag: V2.13.3~732 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=30920f07095f0091d9c9470a56275e4b6f24e18b;p=cc65 Removed the prototype for _seterrno, since it is now provided in errno.h. git-svn-id: svn://svn.cc65.org/cc65/trunk@4700 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/common/_scanf.c b/libsrc/common/_scanf.c index 8526b8933..34728f8dd 100644 --- a/libsrc/common/_scanf.c +++ b/libsrc/common/_scanf.c @@ -29,8 +29,6 @@ #include "_scanf.h" -extern void __fastcall__ _seterrno (unsigned char code); - #pragma static-locals(on)