From 30920f07095f0091d9c9470a56275e4b6f24e18b Mon Sep 17 00:00:00 2001 From: uz Date: Thu, 3 Jun 2010 21:25:17 +0000 Subject: [PATCH] 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 --- libsrc/common/_scanf.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5