The R Project SVN R

Rev

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

Rev 4928 Rev 5187
Line 21... Line 21...
21
 *                       and the Encode.. utils.
21
 *                       and the Encode.. utils.
22
 *
22
 *
23
 *  See ./format.c	 for the  format_Foo_  functions.
23
 *  See ./format.c	 for the  format_Foo_  functions.
24
 */
24
 */
25
 
25
 
-
 
26
#ifdef HAVE_CONFIG_H
-
 
27
#include <Rconfig.h>
-
 
28
#endif
-
 
29
 
26
#include "Defn.h"
30
#include "Defn.h"
27
#include "Print.h"
31
#include "Print.h"
28
 
32
 
29
/*  .Internal(paste(args, sep, collapse))
33
/*  .Internal(paste(args, sep, collapse))
30
 *
34
 *