The R Project SVN R

Rev

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

Rev 77451 Rev 77455
Line 78... Line 78...
78
 
78
 
79
/*
79
/*
80
 *  2000/08/01  Also promises, expressions, environments when using [[ PD
80
 *  2000/08/01  Also promises, expressions, environments when using [[ PD
81
 */
81
 */
82
 
82
 
83
/* a temporary hack until the SET_REFCNT below is removed */
-
 
84
#ifdef SWITCH_TO_REFCNT
-
 
85
# define USE_RINTERNALS
-
 
86
#endif
-
 
87
 
-
 
88
#ifdef HAVE_CONFIG_H
83
#ifdef HAVE_CONFIG_H
89
#include <config.h>
84
#include <config.h>
90
#endif
85
#endif
91
 
86
 
92
#include <Defn.h>
87
#include <Defn.h>