The R Project SVN R

Rev

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

Rev 45446 Rev 45667
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
 
-
 
27
#ifdef HAVE_CONFIG_H
25
#ifdef HAVE_CONFIG_H
28
#include <config.h>
26
#include <config.h>
29
#endif
27
#endif
30
 
28
 
31
#include "Defn.h"
29
#include "Defn.h"