Timo VJ Lähde wrote:
That first setjmp.h patch is not needed id this patch is already used:
--------------------------------------------------------------
--- 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;
}
And what about the other occurrence of ATTR_MODE(ad) just below?
--- grischka
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel