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:
@@ -5,10 +5,9 @@
|
|||||||
; Variables and functions
|
; Variables and functions
|
||||||
|
|
||||||
.global __errno, __oserror
|
.global __errno, __oserror
|
||||||
.global __maperrno, __osmaperrno
|
.global __osmaperrno
|
||||||
.global __seterrno
|
.global __seterrno
|
||||||
.global oserrcheck
|
.global oserrcheck
|
||||||
.global seterrnofromoserror
|
|
||||||
|
|
||||||
; Error codes, must match the values in the C headers
|
; Error codes, must match the values in the C headers
|
||||||
.enum
|
.enum
|
||||||
|
|||||||
Reference in New Issue
Block a user