From 6e8c063f274863a8e64b87e4250f79b32bb10231 Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Mon, 21 Jul 2014 21:11:33 -0300 Subject: [PATCH] eolian-cxx: Added missing keyword. Keyword "register" is also used in Elementary. --- src/bin/eolian_cxx/safe_strings.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/eolian_cxx/safe_strings.hh b/src/bin/eolian_cxx/safe_strings.hh index d06692121b..4601af6b85 100644 --- a/src/bin/eolian_cxx/safe_strings.hh +++ b/src/bin/eolian_cxx/safe_strings.hh @@ -140,6 +140,7 @@ keyword_avoid(std::string const& name) name == "try" || name == "this" || name == "virtual" || + name == "register" || name == "typename" || name == "template") {