The R Project SVN R

Rev

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

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