Tiny C Compiler:

- Temporarily unrecoverable errors with autoloading libraries.
Rollback to working state: r8558 

git-svn-id: svn://kolibrios.org@8678 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2021-04-23 20:54:03 +00:00
parent b84cfc1204
commit 6317b7f33c
23 changed files with 20 additions and 48 deletions

View File

@@ -5,7 +5,7 @@ include "__lib__.inc"
fun equ msgbox_setfunctions
fun_str equ 'mb_setfunctions'
section '.imp.@.'
section '.text'
fun_name db fun_str, 0