diff --git a/macros.jai b/macros.jai index 04520aa..df8f211 100644 --- a/macros.jai +++ b/macros.jai @@ -42,7 +42,7 @@ with :: (old: $T, $new: Code, location := #caller_location) -> T } receiver := "old"; - if is_constant(old) { + #if is_constant(old) { receiver = "copy"; basic.print_to_builder(*b, "% := old;\n", receiver); }