From e600eda4b51006da79ee062b2d25e26999f2277d Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sun, 8 Aug 2010 03:24:45 +0900 Subject: [PATCH] lexical: repeat -> optional_repeat --- roast/include/roast/lexical/rule.hpp | 2 +- roast/include/roast/lexical/string_rule.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roast/include/roast/lexical/rule.hpp b/roast/include/roast/lexical/rule.hpp index ada1780c..6376678a 100644 --- a/roast/include/roast/lexical/rule.hpp +++ b/roast/include/roast/lexical/rule.hpp @@ -219,7 +219,7 @@ namespace roast //////////////////// template - class repeat // optional_repeat + class optional_repeat { public: template diff --git a/roast/include/roast/lexical/string_rule.hpp b/roast/include/roast/lexical/string_rule.hpp index 3d007a42..db94899f 100644 --- a/roast/include/roast/lexical/string_rule.hpp +++ b/roast/include/roast/lexical/string_rule.hpp @@ -114,9 +114,9 @@ namespace roast unichar<'\r'>, unichar<'\n'> > whitespace; - typedef seq > + typedef seq > requre_whitespace, _reqws, reqws; - typedef repeat + typedef optional_repeat no_requre_whitespace, _nrqws, _noreqws, nrqws, noreqws, optws; ///////////////////// -- 2.11.0