Make mtime omni-parsable
Compare changes
- Florian Prill authored
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 2
− 0
libmtime sometimes used modules with the following syntax:
use :: module_name
unfortunately, the omni-compiler (on which CLAW relies) was unable to parse this. This merge request therefore changes all
use :: module_name
to use module_name