OSDN Git Service

lexical/string_rule.hpp: lparentheses -> lpare とかなtypedef
authorMyun2 <myun2@nwhite.info>
Sat, 8 Jan 2011 19:01:05 +0000 (04:01 +0900)
committerMyun2 <myun2@nwhite.info>
Sat, 8 Jan 2011 19:01:05 +0000 (04:01 +0900)
roast/include/roast/lexical/string_rule.hpp

index a43fbd1..cccffa1 100644 (file)
@@ -157,12 +157,12 @@ namespace roast
                                
                                typedef unichar< '>' > greater;
                                typedef unichar< '<' > lesser;
-                               typedef unichar< '(' > lparentheses;
-                               typedef unichar< ')' > rparentheses;
-                               typedef unichar< '[' > lsquarebrackets;
-                               typedef unichar< ']' > rsquarebrackets;
-                               typedef unichar< '{' > lcurlybrackets;
-                               typedef unichar< '}' > rcurlybrackets;
+                               typedef unichar< '(' > lparentheses, lpare;
+                               typedef unichar< ')' > rparentheses, rpare;
+                               typedef unichar< '[' > lsquarebrackets, lsqbrk;
+                               typedef unichar< ']' > rsquarebrackets, rsqbrk;
+                               typedef unichar< '{' > lcurlybrackets, lcubrk;
+                               typedef unichar< '}' > rcurlybrackets, rcubrk;
                                
                                typedef unichar< ' ' > space;
                                typedef unichar< '\t' > tab;