1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

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
This commit is contained in:
uz 2010-06-03 21:25:17 +00:00
parent 8194408abc
commit 30920f0709

View File

@ -29,8 +29,6 @@
#include "_scanf.h"
extern void __fastcall__ _seterrno (unsigned char code);
#pragma static-locals(on)