OSDN Git Service

TokenForErrorMessage の Grammar::SignedInteger -> Grammar::UnsignedInteger
authorstarg <starg@users.osdn.me>
Fri, 26 Aug 2016 01:39:44 +0000 (10:39 +0900)
committerstarg <starg@users.osdn.me>
Fri, 26 Aug 2016 01:39:44 +0000 (10:39 +0900)
src/parser/error_control.hpp

index d35c5c9..190210a 100644 (file)
@@ -16,7 +16,7 @@ namespace YAMML
 namespace Parser
 {
 
-class TokenForErrorMessage : public pegtl::sor<Grammar::Identifier, Grammar::SignedInteger, pegtl::utf8::any>
+class TokenForErrorMessage : public pegtl::sor<Grammar::Identifier, Grammar::UnsignedInteger, pegtl::utf8::any>
 {
 };