mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +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:
parent
a86d23a63c
commit
a08b75c02b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user