1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00

Allow importing modules from subdirectories. Move platform definitions

This commit is contained in:
Karol Stasiak
2020-04-27 12:40:49 +02:00
parent c8492173ee
commit 78fe0e37bb
60 changed files with 115 additions and 23 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import err
#if ARCH_I80
import string_fastpointers
import internal/string_fastpointers
#else
import string_fastindices
import internal/string_fastindices
#endif
void strzappend(pointer buffer, pointer str) {