The R Project SVN R

Rev

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

Rev 5154 Rev 5187
Line 18... Line 18...
18
 */
18
 */
19
 
19
 
20
/*  This module contains support for S-style generic */
20
/*  This module contains support for S-style generic */
21
/*  functions and "class" support.  Gag, barf ...  */
21
/*  functions and "class" support.  Gag, barf ...  */
22
 
22
 
-
 
23
#ifdef HAVE_CONFIG_H
-
 
24
#include <Rconfig.h>
-
 
25
#endif
-
 
26
 
23
#include "Defn.h"
27
#include "Defn.h"
24
 
28
 
25
static SEXP GetObject(RCNTXT *cptr)
29
static SEXP GetObject(RCNTXT *cptr)
26
{
30
{
27
    SEXP s;
31
    SEXP s;