The R Project SVN R

Rev

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

Rev 35898 Rev 36174
Line 383... Line 383...
383
#define REPROTECT(x,i) R_Reprotect(x,i)
383
#define REPROTECT(x,i) R_Reprotect(x,i)
384
 
384
 
385
/* Evaluation Environment */
385
/* Evaluation Environment */
386
LibExtern SEXP	R_GlobalEnv;	    /* The "global" environment */
386
LibExtern SEXP	R_GlobalEnv;	    /* The "global" environment */
387
 
387
 
-
 
388
LibExtern SEXP  R_EmptyEnv;	    /* An empty environment at the root of the 
-
 
389
				    	environment tree */
388
LibExtern SEXP  R_BaseEnv;	    /* The base environment; currently R_NilValue */
390
LibExtern SEXP  R_BaseEnv;	    /* The base environment; formerly R_NilValue */
389
LibExtern SEXP	R_BaseNamespace;    /* The (fake) name space for base */
391
LibExtern SEXP	R_BaseNamespace;    /* The (fake) name space for base */
390
LibExtern SEXP	R_NamespaceRegistry;/* Registry for registerd name spaces */
392
LibExtern SEXP	R_NamespaceRegistry;/* Registry for registerd name spaces */
391
 
393
 
392
/* Special Values */
394
/* Special Values */
393
LibExtern SEXP	R_NilValue;	    /* The nil object */
395
LibExtern SEXP	R_NilValue;	    /* The nil object */