chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
514871e
)
symm/stub.h.in: Fix include-guard names to be identifier-safe.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Nov 2018 18:06:53 +0000
(18:06 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/symm/stub.h.in
b/symm/stub.h.in
index c29de5bbe5c73aae10a95480f4bc2b1f5ef47771..686b574149b62f0ebc94dbba1e1441dbfa193d36 100644
(file)
--- 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_@{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
# include "@base.h"
#endif