Skip to content
  • Emmanuele Bassi's avatar
    Avoid a compiler warning · c975e024
    Emmanuele Bassi authored
    If there are no built-in modules, the `builtin_module` variable is not
    used, and the compiler will warn about it.
    
    Since we're already using the variable inside a macro, we can just
    declare it inside the macro block and save us the trouble altogether.
    c975e024