The R Project SVN R

Rev

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

Rev 90254 Rev 90280
Line 3027... Line 3027...
3027
			       CHAR(PRINTNAME(argument)),//EncodeChar??
3027
			       CHAR(PRINTNAME(argument)),//EncodeChar??
3028
			       CHAR(PRINTNAME(formal)));//EncodeChar??
3028
			       CHAR(PRINTNAME(formal)));//EncodeChar??
3029
    PROTECT(cond);
3029
    PROTECT(cond);
3030
    R_setConditionField(cond, 2, "argument", argument);
3030
    R_setConditionField(cond, 2, "argument", argument);
3031
    R_setConditionField(cond, 3, "formal", formal);
3031
    R_setConditionField(cond, 3, "formal", formal);
3032
    // idealy we would want the function/object in a field also
3032
    // ideally we would want the function/object in a field also
3033
    UNPROTECT(1); /* cond */
3033
    UNPROTECT(1); /* cond */
3034
    return cond;
3034
    return cond;
3035
}
3035
}
3036
 
3036
 
3037
 
3037