The R Project SVN R

Rev

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

Rev 32148 Rev 32380
Line 20... Line 20...
20
 */
20
 */
21
 
21
 
22
/*  This module contains support for S-style generic */
22
/*  This module contains support for S-style generic */
23
/*  functions and "class" support.  Gag, barf ...  */
23
/*  functions and "class" support.  Gag, barf ...  */
24
 
24
 
-
 
25
/* <UTF8> char here is either ASCII or handled as a whole */
-
 
26
 
25
#ifdef HAVE_CONFIG_H
27
#ifdef HAVE_CONFIG_H
26
#include <config.h>
28
#include <config.h>
27
#endif
29
#endif
28
 
30
 
29
#include "Defn.h"
31
#include "Defn.h"