Skip to content
  • Breno Leitao's avatar
    testing/dante: Fix build on new compiler · c6f31c45
    Breno Leitao authored
    Dante is failing because they are using #if MACRO, where MACRO is just a
    number.
    In this case, they just use #ifdef or #if defined(MACRO). Fixing it to
    enable dante to be buildable.
    c6f31c45