From 81464a12147353d8bfccd4e8935777fd94ba8aef Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 27 Jul 2009 18:48:03 +0000 Subject: [PATCH] Removed setoserror as an external. git-svn-id: svn://svn.cc65.org/cc65/trunk@3975 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/errno.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asminc/errno.inc b/asminc/errno.inc index 972beaf9f..8f79d94e9 100644 --- a/asminc/errno.inc +++ b/asminc/errno.inc @@ -7,7 +7,7 @@ .global __errno, __oserror .global __maperrno, __osmaperrno .global __seterrno - .global oserrcheck, setoserror + .global oserrcheck .global seterrnofromoserror ; Error codes, must match the values in the C headers -- 2.39.5