mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Cleaned 2 source files by removing commented-out lines that are active in other files.
This commit is contained in:
parent
177e967629
commit
0159358934
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
.export em_libref
|
.export em_libref
|
||||||
.export joy_libref
|
.export joy_libref
|
||||||
; .export mouse_libref
|
|
||||||
.export ser_libref
|
.export ser_libref
|
||||||
.export tgi_libref
|
.export tgi_libref
|
||||||
|
|
||||||
@ -13,6 +12,5 @@
|
|||||||
|
|
||||||
em_libref := _exit
|
em_libref := _exit
|
||||||
joy_libref := _exit
|
joy_libref := _exit
|
||||||
;mouse_libref := _exit
|
|
||||||
ser_libref := _exit
|
ser_libref := _exit
|
||||||
tgi_libref := _exit
|
tgi_libref := _exit
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
.export em_libref
|
.export em_libref
|
||||||
.export joy_libref
|
.export joy_libref
|
||||||
; .export mouse_libref
|
|
||||||
.export ser_libref
|
.export ser_libref
|
||||||
.export tgi_libref
|
.export tgi_libref
|
||||||
|
|
||||||
@ -13,6 +12,5 @@
|
|||||||
|
|
||||||
em_libref := _exit
|
em_libref := _exit
|
||||||
joy_libref := _exit
|
joy_libref := _exit
|
||||||
;mouse_libref := _exit
|
|
||||||
ser_libref := _exit
|
ser_libref := _exit
|
||||||
tgi_libref := _exit
|
tgi_libref := _exit
|
||||||
|
Loading…
Reference in New Issue
Block a user