mirror of
https://github.com/irmen/prog8.git
synced 2025-05-14 03:38:21 +00:00
8 lines
157 B
Lua
8 lines
157 B
Lua
%import shared_cbm_diskio
|
|
|
|
diskio {
|
|
%option no_symbol_prefixing, ignore_unused
|
|
|
|
; No alterations here; everything is taken from the shared module.
|
|
}
|