The R Project SVN R

Rev

Rev 33359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33359 Rev 33419
Line 2090... Line 2090...
2090
    case '}':
2090
    case '}':
2091
	top = 252; ext = 239; bot = 254; mid = 253;
2091
	top = 252; ext = 239; bot = 254; mid = 253;
2092
	break;
2092
	break;
2093
    default:
2093
    default:
2094
	error(_("group is incomplete"));
2094
	error(_("group is incomplete"));
2095
	return ansBBox;/*never reached*/
2095
	return NullBBox();/*never reached*/
2096
    }
2096
    }
2097
    topBBox = GlyphBBox(top, gc, dd);
2097
    topBBox = GlyphBBox(top, gc, dd);
2098
    extBBox = GlyphBBox(ext, gc, dd);
2098
    extBBox = GlyphBBox(ext, gc, dd);
2099
    botBBox = GlyphBBox(bot, gc, dd);
2099
    botBBox = GlyphBBox(bot, gc, dd);
2100
    if (which == '{' || which == '}') {
2100
    if (which == '{' || which == '}') {