The R Project SVN R

Rev

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

Rev 29902 Rev 32380
Line 34... Line 34...
34
 *	formatComplex
34
 *	formatComplex
35
 *
35
 *
36
 * These  formatFOO() functions determine the proper width, digits, etc.
36
 * These  formatFOO() functions determine the proper width, digits, etc.
37
 */
37
 */
38
 
38
 
-
 
39
/* <UTF8> char here is handled as a whole */
-
 
40
 
39
#ifdef HAVE_CONFIG_H
41
#ifdef HAVE_CONFIG_H
40
#include <config.h>
42
#include <config.h>
41
#endif
43
#endif
42
 
44
 
43
#include <Defn.h>
45
#include <Defn.h>