aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dante/ifdev.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/dante: Fix build on new compilerBreno Leitao2017-05-101-0/+38
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.