The R Project SVN R

Rev

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

Rev 12841 Rev 13400
Line 2923... Line 2923...
2923
 
2923
 
2924
 
2924
 
2925
void GMMathText(SEXP str, int side, double line, int outer,
2925
void GMMathText(SEXP str, int side, double line, int outer,
2926
		double at, int las, DevDesc *dd)
2926
		double at, int las, DevDesc *dd)
2927
{
2927
{
2928
    int coords, subcoords;
2928
    int coords = 0, subcoords;
2929
    double angle, xadj, yadj;
2929
    double xadj, yadj = 0, angle = 0;
2930
 
2930
 
2931
#ifdef BUG61
2931
#ifdef BUG61
2932
#else
2932
#else
2933
    /* IF font metric information is not available for device */
2933
    /* IF font metric information is not available for device */
2934
    /* then bail out */
2934
    /* then bail out */