- Forgive me bad English, here is google translation.
semantic can properly resolve as "public virtual" such a class
inheritance, it does not resolve "virtual public".
I think you see below this patch, you will guess what I want to say.
--- c.by.orig 2008-07-02 04:39:02 +0800
+++ c.by 2008-07-14 10:46:59 +0800
@@ -303,6 +303,8 @@
one-class-parent
: opt-class-protection opt-class-declmods namespace-symbol
(TYPE-TAG (car $3) "class" nil nil :protection (car $1))
+ | opt-class-declmods opt-class-protection namespace-symbol
+ (TYPE-TAG (car $3) "class" nil nil :protection (car $2))
;
class-parents
|