symm/stub.h.in: Fix include-guard names to be identifier-safe.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 18:06:53 +0000 (18:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 24 Nov 2018 21:53:38 +0000 (21:53 +0000)
The header's own include-guard was fixed, but not the guards for the
individual headers.

symm/stub.h.in

index c29de5b..686b574 100644 (file)
@@ -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