Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
7a830031
Commit
7a830031
authored
Jun 04, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix outdated include guards.
parent
533ece10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
debug.h
c++/src/kj/debug.h
+3
-3
units.h
c++/src/kj/units.h
+3
-3
No files found.
c++/src/kj/debug.h
View file @
7a830031
...
...
@@ -98,8 +98,8 @@
// * For every macro `FOO` above, there is a `DFOO` version (or `RECOVERABLE_DFOO`) which is only
// executed in debug mode. When `NDEBUG` is defined, these macros expand to nothing.
#ifndef KJ_
LOGGIN
G_H_
#define KJ_
LOGGIN
G_H_
#ifndef KJ_
DEBU
G_H_
#define KJ_
DEBU
G_H_
#include "string.h"
#include "exception.h"
...
...
@@ -296,4 +296,4 @@ void Log::addContextTo(Exception& exception, const char* file, int line,
}
// namespace kj
#endif // KJ_
LOGGIN
G_H_
#endif // KJ_
DEBU
G_H_
c++/src/kj/units.h
View file @
7a830031
...
...
@@ -25,8 +25,8 @@
// time, but should then be optimized down to basic primitives (usually, integers) by the
// compiler.
#ifndef KJ_
TYPE_SAFETY
_H_
#define KJ_
TYPE_SAFETY
_H_
#ifndef KJ_
UNITS
_H_
#define KJ_
UNITS
_H_
#include "common.h"
...
...
@@ -364,4 +364,4 @@ inline constexpr auto operator*(UnitRatio<Number1, Unit2, Unit> ratio,
}
// namespace kj
#endif // KJ_
TYPE_SAFETY
_H_
#endif // KJ_
UNITS
_H_
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment