The R Project SVN R

Rev

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

Rev 60811 Rev 60844
Line 301... Line 301...
301
    case xi11:	  /* big_op_spacing3 */
301
    case xi11:	  /* big_op_spacing3 */
302
    case xi12:	  /* big_op_spacing4 */
302
    case xi12:	  /* big_op_spacing4 */
303
    case xi13:	  /* big_op_spacing5 */
303
    case xi13:	  /* big_op_spacing5 */
304
	return 0.15 * XHeight(gc, dd);
304
	return 0.15 * XHeight(gc, dd);
305
    default:/* never happens (enum type) */
305
    default:/* never happens (enum type) */
306
	error(_("invalid `which' in TeX")); return 0;/*-Wall*/
306
	error("invalid `which' in C function TeX"); return 0;/*-Wall*/
307
    }
307
    }
308
}
308
}
309
 
309
 
310
static STYLE GetStyle(mathContext *mc)
310
static STYLE GetStyle(mathContext *mc)
311
{
311
{