1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

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
This commit is contained in:
uz 2010-06-04 10:30:55 +00:00
parent a86d23a63c
commit a08b75c02b

View File

@ -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