]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/deleterecord.s
errno/oserrno stuff is cleaned up, saved some bytes in dialog box functions
[cc65] / libsrc / geos / file / deleterecord.s
index 8691b6aa10ce15d00af2a76b229e882e92881c57..e25c84b8a44701a5e64e5418c9e72f409508bc3f 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char DeleteRecord  (void);
 
+           .import __oserror
            .export _DeleteRecord
 
            .include "../inc/jumptab.inc"
@@ -13,6 +14,6 @@
        
 _DeleteRecord:
        jsr DeleteRecord
-       stx errno
+       stx __oserror
        txa
        rts