Skip to content
  • Alexandre Duret-Lutz's avatar
    fix some preprocessor directive · 342360f8
    Alexandre Duret-Lutz authored
    Apparently using `#if defined(X) or defined(Y)` did not
    trouve the compilers, but Swig was confused by the "or".
    
    * spot/misc/common.hh, spot/tl/formula.hh: Use || instead.
    342360f8