The R Project SVN R

Rev

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

Rev 11211 Rev 11499
Line 28... Line 28...
28
typedef struct {
28
typedef struct {
29
	double r;
29
	double r;
30
	double i;
30
	double i;
31
} Rcomplex;
31
} Rcomplex;
32
 
32
 
33
/* This will go away in due course */
-
 
34
#ifdef R_OLD_COMPLEX
-
 
35
typedef Rcomplex complex;
-
 
36
#endif
-
 
37
 
-
 
38
#ifdef  __cplusplus
33
#ifdef  __cplusplus
39
}
34
}
40
#endif
35
#endif
41
 
36
 
42
#endif /* R_COMPLEX_H */
37
#endif /* R_COMPLEX_H */