File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66// Copyright (c) 2013 Jared Grubb. All rights reserved.
77//
88
9- #ifndef __docopt__docopt__
10- #define __docopt__docopt__
9+ #ifndef docopt__docopt_h_
10+ #define docopt__docopt_h_
1111
1212#include " docopt_value.h"
1313
@@ -62,4 +62,4 @@ namespace docopt {
6262 bool options_first = false ) noexcept ;
6363}
6464
65- #endif /* defined(__docopt__docopt__ ) */
65+ #endif /* defined(docopt__docopt_h_ ) */
Original file line number Diff line number Diff line change 66// Copyright (c) 2013 Jared Grubb. All rights reserved.
77//
88
9- #ifndef __docopt__value__
10- #define __docopt__value__
9+ #ifndef docopt__value_h_
10+ #define docopt__value_h_
1111
1212#include < string>
1313#include < vector>
@@ -307,4 +307,4 @@ namespace docopt {
307307 }
308308}
309309
310- #endif /* defined(__docopt__value__ ) */
310+ #endif /* defined(docopt__value_h_ ) */
You can’t perform that action at this time.
0 commit comments