From 0dc44adbf6cc372d14f4649d165eb77110c01b3f Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 27 Dec 2018 06:39:41 +0100 Subject: 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. --- data/skeletons/variant.hh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'data/skeletons/variant.hh') 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])]) -- cgit v1.2.1