The R Project SVN R

Rev

Rev 83038 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83038 Rev 83466
Line 1668... Line 1668...
1668
static int AccentAtom(SEXP expr)
1668
static int AccentAtom(SEXP expr)
1669
{
1669
{
1670
    return NameAtom(expr) && (AccentCode(expr) != 0);
1670
    return NameAtom(expr) && (AccentCode(expr) != 0);
1671
}
1671
}
1672
 
1672
 
1673
static void NORET InvalidAccent(SEXP expr)
1673
NORET static void InvalidAccent(SEXP expr)
1674
{
1674
{
1675
    errorcall(expr, _("invalid accent"));
1675
    errorcall(expr, _("invalid accent"));
1676
}
1676
}
1677
 
1677
 
1678
static BBOX RenderAccent(SEXP expr, int draw, mathContext *mc,
1678
static BBOX RenderAccent(SEXP expr, int draw, mathContext *mc,