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