aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/grammars/c.by2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/grammars/c.by b/admin/grammars/c.by
index 8c97261debd..004f0b5f30f 100644
--- a/admin/grammars/c.by
+++ b/admin/grammars/c.by
@@ -566,7 +566,7 @@ template-type
566 (TYPE-TAG $2 "class" nil nil ) 566 (TYPE-TAG $2 "class" nil nil )
567 | STRUCT symbol 567 | STRUCT symbol
568 (TYPE-TAG $2 "struct" nil nil ) 568 (TYPE-TAG $2 "struct" nil nil )
569 ;; TODO: Klaus Berndl: For the moment is is ok, that we parse the C++ 569 ;; TODO: Klaus Berndl: For the moment it is ok, that we parse the C++
570 ;; keyword typename as a class.... 570 ;; keyword typename as a class....
571 | TYPENAME symbol 571 | TYPENAME symbol
572 (TYPE-TAG $2 "class" nil nil) 572 (TYPE-TAG $2 "class" nil nil)