symm/stub.h.in: Fix include-guard names to be identifier-safe.
[catacomb] / 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