]> git.sur5r.net Git - cc65/commitdiff
Remove __maperrno symbol, since the function is no longer used and has been
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 4 Jun 2010 10:30:55 +0000 (10:30 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 4 Jun 2010 10:30:55 +0000 (10:30 +0000)
deleted.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4710 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/errno.inc

index 82d01cd3b68b7f686f92245fe5b488153fef6427..463e7907b0519a7c0b2a363edaed47c6f368c39b 100644 (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