The R Project SVN R

Rev

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

Rev 21853 Rev 22379
Line 122... Line 122...
122
 
122
 
123
#define GET_SLOT(x, what)       R_do_slot(x, what)
123
#define GET_SLOT(x, what)       R_do_slot(x, what)
124
#define SET_SLOT(x, what, value)  R_do_slot_assign(x, what, value)
124
#define SET_SLOT(x, what, value)  R_do_slot_assign(x, what, value)
125
 
125
 
126
#define MAKE_CLASS(what)	R_do_MAKE_CLASS(what)
126
#define MAKE_CLASS(what)	R_do_MAKE_CLASS(what)
-
 
127
/* NEW_OBJECT is recommended; NEW is for green book compatibility */
-
 
128
#define NEW_OBJECT(class_def)		R_do_new_object(class_def)
127
#define NEW(class_def)		R_do_new_object(class_def)
129
#define NEW(class_def)		R_do_new_object(class_def)
128
 
130
 
129
#define s_object                SEXPREC
131
#define s_object                SEXPREC
130
#define S_EVALUATOR             /**/
132
#define S_EVALUATOR             /**/
131
#ifndef TRUE
133
#ifndef TRUE