File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
// Copyright (c) 2013 Jared Grubb. All rights reserved.
7
7
//
8
8
9
- #ifndef __docopt__docopt__
10
- #define __docopt__docopt__
9
+ #ifndef docopt__docopt_h_
10
+ #define docopt__docopt_h_
11
11
12
12
#include " docopt_value.h"
13
13
@@ -62,4 +62,4 @@ namespace docopt {
62
62
bool options_first = false ) noexcept ;
63
63
}
64
64
65
- #endif /* defined(__docopt__docopt__ ) */
65
+ #endif /* defined(docopt__docopt_h_ ) */
Original file line number Diff line number Diff line change 6
6
// Copyright (c) 2013 Jared Grubb. All rights reserved.
7
7
//
8
8
9
- #ifndef __docopt__value__
10
- #define __docopt__value__
9
+ #ifndef docopt__value_h_
10
+ #define docopt__value_h_
11
11
12
12
#include < string>
13
13
#include < vector>
@@ -307,4 +307,4 @@ namespace docopt {
307
307
}
308
308
}
309
309
310
- #endif /* defined(__docopt__value__ ) */
310
+ #endif /* defined(docopt__value_h_ ) */
You can’t perform that action at this time.
0 commit comments