From: uz Date: Fri, 4 Jun 2010 10:30:55 +0000 (+0000) Subject: Remove __maperrno symbol, since the function is no longer used and has been X-Git-Tag: V2.13.3~722 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a08b75c02be674a76d41e73ed4f386fcfa926370;p=cc65 Remove __maperrno symbol, since the function is no longer used and has been deleted. git-svn-id: svn://svn.cc65.org/cc65/trunk@4710 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/errno.inc b/asminc/errno.inc index 82d01cd3b..463e7907b 100644 --- a/asminc/errno.inc +++ b/asminc/errno.inc @@ -5,10 +5,9 @@ ; Variables and functions .global __errno, __oserror - .global __maperrno, __osmaperrno + .global __osmaperrno .global __seterrno .global oserrcheck - .global seterrnofromoserror ; Error codes, must match the values in the C headers .enum