Make mtime omni-parsable
Compare changes
- Luis Kornblueh authored
+ 1
− 1
@@ -27,7 +27,7 @@ void number_init(t_number *x, const t_int val, const unsigned int m) {
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