From: uz Date: Mon, 27 Jul 2009 18:48:03 +0000 (+0000) Subject: Removed setoserror as an external. X-Git-Tag: V2.13.0rc1~280 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=81464a12147353d8bfccd4e8935777fd94ba8aef;p=cc65 Removed setoserror as an external. git-svn-id: svn://svn.cc65.org/cc65/trunk@3975 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/errno.inc b/asminc/errno.inc index 972beaf9f..8f79d94e9 100644 --- a/asminc/errno.inc +++ b/asminc/errno.inc @@ -7,7 +7,7 @@ .global __errno, __oserror .global __maperrno, __osmaperrno .global __seterrno - .global oserrcheck, setoserror + .global oserrcheck .global seterrnofromoserror ; Error codes, must match the values in the C headers