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:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user