mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
Merge pull request #29 from greg-king5/mouseref
Removed commented-out "mouse_libref" lines.
This commit is contained in:
commit
a49c1a5b6d
@ -5,7 +5,6 @@
|
||||
|
||||
.export em_libref
|
||||
.export joy_libref
|
||||
; .export mouse_libref
|
||||
.export ser_libref
|
||||
.export tgi_libref
|
||||
|
||||
@ -13,6 +12,5 @@
|
||||
|
||||
em_libref := _exit
|
||||
joy_libref := _exit
|
||||
;mouse_libref := _exit
|
||||
ser_libref := _exit
|
||||
tgi_libref := _exit
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
.export em_libref
|
||||
.export joy_libref
|
||||
; .export mouse_libref
|
||||
.export ser_libref
|
||||
.export tgi_libref
|
||||
|
||||
@ -13,6 +12,5 @@
|
||||
|
||||
em_libref := _exit
|
||||
joy_libref := _exit
|
||||
;mouse_libref := _exit
|
||||
ser_libref := _exit
|
||||
tgi_libref := _exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user