]> git.sur5r.net Git - cc65/commitdiff
Removed the prototype for _seterrno, since it is now provided in errno.h.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2010 21:25:17 +0000 (21:25 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2010 21:25:17 +0000 (21:25 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4700 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/common/_scanf.c

index 8526b893351317fcebc4afeb4a3fe6f9bcf9d23f..34728f8dde7100c073cb0761cd500429c8eb15e0 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "_scanf.h"
 
-extern void __fastcall__ _seterrno (unsigned char code);
-
 #pragma static-locals(on)