tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] mob: error: too many basic types


From: Timo VJ Lähde
Subject: [Tinycc-devel] mob: error: too many basic types
Date: Thu, 1 Apr 2010 08:33:31 +0300

Latest MOB:
With this patch i can past this error:
/win32/include/winapi/winnt.h:3103: error: too many basic types
--------------------------------------------------------------
--- a\tccgen.c Mon Mar 15 23:51:00 2010
+++ b\tccgen.c Thu Apr 01 08:22:38 2010
@@ -2900,7 +2900,7 @@
        case TOK_ATTRIBUTE1:
        case TOK_ATTRIBUTE2:
            parse_attribute(ad);
-            if (ATTR_MODE(ad)) {
+            if (ad->mode) {
                u = ATTR_MODE(ad) -1;
                t = (t & ~VT_BTYPE) | u;
            }
--------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]