projects
/
platform
/
upstream
/
gflags.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
659b440
)
fix: Include guard of alternative "gflags" namespace header.
author
Andreas Schuh
<andreas.schuh.84@gmail.com>
Thu, 17 Jul 2014 01:14:41 +0000
(
02:14
+0100)
committer
Andreas Schuh
<andreas.schuh.84@gmail.com>
Thu, 17 Jul 2014 01:14:41 +0000
(
02:14
+0100)
src/gflags_ns.h.in
patch
|
blob
|
history
diff --git
a/src/gflags_ns.h.in
b/src/gflags_ns.h.in
index
1bb2038
..
f692666
100644
(file)
--- a/
src/gflags_ns.h.in
+++ b/
src/gflags_ns.h.in
@@
-34,8
+34,8
@@
# error The internal header gflags_@ns@.h may only be included by gflags.h
#endif
-#ifndef GFLAGS_@NS@_H_
-#define GFLAGS_@NS@_H_
+#ifndef GFLAGS_
NS_
@NS@_H_
+#define GFLAGS_
NS_
@NS@_H_
namespace @ns@ {
@@
-98,4
+98,4
@@
using GFLAGS_NAMESPACE::ParseCommandLineFlags;
} // namespace @ns@
-#endif // GFLAGS_@NS@_H_
+#endif // GFLAGS_
NS_
@NS@_H_