summaryrefslogtreecommitdiff
path: root/data/skeletons/variant.hh
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-12-27 06:39:41 +0100
committerAkim Demaille <akim.demaille@gmail.com>2018-12-27 18:23:49 +0100
commit0dc44adbf6cc372d14f4649d165eb77110c01b3f (patch)
tree1e1cce0b38f0fd30913a87747adb6408c97e9a3b /data/skeletons/variant.hh
parent7938ab53ff6f0fe46984e696db2e1aa302a1cb1d (diff)
downloadbison-0dc44adbf6cc372d14f4649d165eb77110c01b3f.tar.gz
parsers: fix minor stylistic issues
* data/skeletons/variant.hh (b4_token_constructor_declare): Remove, unused since the previous commit. Fix indentation issues. * data/skeletons/c++.m4: Fix indentation issues.
Diffstat (limited to 'data/skeletons/variant.hh')
-rw-r--r--data/skeletons/variant.hh11
1 files changed, 1 insertions, 10 deletions
diff --git a/data/skeletons/variant.hh b/data/skeletons/variant.hh
index 6c681e6e..2d283254 100644
--- a/data/skeletons/variant.hh
+++ b/data/skeletons/variant.hh
@@ -419,15 +419,6 @@ m4_define([_b4_token_constructor_define],
]])])
-# b4_token_constructor_declare
-# ----------------------------
-# Declare token constructors. Use at class-level.
-m4_define([b4_token_constructor_declare],
-[ // Symbol constructors declarations.
-b4_symbol_foreach([_b4_token_maker_declare])])
-
-
-
# b4_basic_symbol_constructor_define(SYMBOL-NUM)
# ----------------------------------------------
# Generate a constructor for basic_symbol from given type.
@@ -458,5 +449,5 @@ m4_define([b4_basic_symbol_constructor_define],
# ---------------------------
# Define the overloaded versions of make_symbol for all the value types.
m4_define([b4_token_constructor_define],
-[ // Implementation of make_symbol for each symbol type.
+[ // Implementation of make_symbol for each symbol type.
b4_symbol_foreach([_b4_token_maker_define])])