From: Ralph Corderoy Date: Sun, 20 Aug 2017 10:56:55 +0000 (+0100) Subject: sbr/mf.c: Remove QUOTE macro, use its '\\' definition instead. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a341943063abbdbcacdfa6a932093e1b42f71bd6?ds=sidebyside;hp=a341943063abbdbcacdfa6a932093e1b42f71bd6 sbr/mf.c: Remove QUOTE macro, use its '\\' definition instead. The name suggests a quote character, not the backslash as an escape character that quotes what comes after it. It's easier to read '\\' and instantly know what's meant. ---