From: Mark Wooding Date: Fri, 9 Nov 2018 18:06:53 +0000 (+0000) Subject: symm/stub.h.in: Fix include-guard names to be identifier-safe. X-Git-Tag: 2.5.0~29 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/ce2f49c5cfc47deea91b1461f08b3e7c2fbace38 symm/stub.h.in: Fix include-guard names to be identifier-safe. The header's own include-guard was fixed, but not the guards for the individual headers. --- diff --git a/symm/stub.h.in b/symm/stub.h.in index c29de5bb..686b5741 100644 --- a/symm/stub.h.in +++ b/symm/stub.h.in @@ -10,7 +10,7 @@ #ifndef CATACOMB_@{name:u:c}_H #define CATACOMB_@{name:u:c}_H -#ifndef CATACOMB_@{base:u}_H +#ifndef CATACOMB_@{base:u:c}_H # include "@base.h" #endif