The R Project SVN R

Rev

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

Rev 66587 Rev 67181
Line 1662... Line 1662...
1662
static int AccentAtom(SEXP expr)
1662
static int AccentAtom(SEXP expr)
1663
{
1663
{
1664
    return NameAtom(expr) && (AccentCode(expr) != 0);
1664
    return NameAtom(expr) && (AccentCode(expr) != 0);
1665
}
1665
}
1666
 
1666
 
1667
static void InvalidAccent(SEXP expr)
1667
static void NORET InvalidAccent(SEXP expr)
1668
{
1668
{
1669
    errorcall(expr, _("invalid accent"));
1669
    errorcall(expr, _("invalid accent"));
1670
}
1670
}
1671
 
1671
 
1672
static BBOX RenderAccent(SEXP expr, int draw, mathContext *mc,
1672
static BBOX RenderAccent(SEXP expr, int draw, mathContext *mc,