errno is moved to a sfile of its own.

This commit is contained in:
keie 1985-03-21 14:05:03 +00:00
parent a635fb0203
commit 84f9364d4c

View file

@ -2,7 +2,6 @@
.define callc
.define calle
.define cerror
.define _errno
.extern call
.extern callc
.extern calle
@ -23,6 +22,3 @@ cerror:
move.l d0,_errno
move.l #-1,d0
rts
.bss
_errno: .space 4
.text