Skip to content

Commit 15b5112

Browse files
committed
Update embedded PEGTL
1 parent 648ab43 commit 15b5112

File tree

141 files changed

+495
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+495
-421
lines changed

include/tao/json/external/pegtl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_PEGTL_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_PEGTL_HPP
4+
#ifndef TAO_JSON_PEGTL_HPP
5+
#define TAO_JSON_PEGTL_HPP
66

77
#include "pegtl/config.hpp"
88
#include "pegtl/version.hpp"

include/tao/json/external/pegtl/analysis/analyze_cycles.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_ANALYZE_CYCLES_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_ANALYZE_CYCLES_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_ANALYZE_CYCLES_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_ANALYZE_CYCLES_HPP
66

77
#include <cassert>
88

include/tao/json/external/pegtl/analysis/counted.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_COUNTED_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_COUNTED_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_COUNTED_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_COUNTED_HPP
66

77
#include "../config.hpp"
88

include/tao/json/external/pegtl/analysis/generic.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_GENERIC_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_GENERIC_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_GENERIC_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_GENERIC_HPP
66

77
#include "../config.hpp"
88

include/tao/json/external/pegtl/analysis/grammar_info.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_GRAMMAR_INFO_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_GRAMMAR_INFO_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_GRAMMAR_INFO_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_GRAMMAR_INFO_HPP
66

77
#include <map>
88
#include <string>

include/tao/json/external/pegtl/analysis/insert_guard.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_INSERT_GUARD_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_INSERT_GUARD_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_INSERT_GUARD_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_INSERT_GUARD_HPP
66

77
#include <utility>
88

include/tao/json/external/pegtl/analysis/insert_rules.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_INSERT_RULES_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_INSERT_RULES_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_INSERT_RULES_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_INSERT_RULES_HPP
66

77
#include "../config.hpp"
88

include/tao/json/external/pegtl/analysis/rule_info.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_RULE_INFO_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_RULE_INFO_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_RULE_INFO_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_RULE_INFO_HPP
66

77
#include <string>
88
#include <vector>

include/tao/json/external/pegtl/analysis/rule_type.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYSIS_RULE_TYPE_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYSIS_RULE_TYPE_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYSIS_RULE_TYPE_HPP
5+
#define TAO_JSON_PEGTL_ANALYSIS_RULE_TYPE_HPP
66

77
#include "../config.hpp"
88

include/tao/json/external/pegtl/analyze.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2014-2018 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
33

4-
#ifndef TAO_JSON_PEGTL_INCLUDE_ANALYZE_HPP
5-
#define TAO_JSON_PEGTL_INCLUDE_ANALYZE_HPP
4+
#ifndef TAO_JSON_PEGTL_ANALYZE_HPP
5+
#define TAO_JSON_PEGTL_ANALYZE_HPP
66

77
#include "config.hpp"
88

0 commit comments

Comments
 (0)