The R Project SVN R

Rev

Rev 7002 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7002 Rev 7003
Line 24... Line 24...
24
 * (not useful anymore; use  R_print struct with SEXP) --> Print.h
24
 * (not useful anymore; use  R_print struct with SEXP) --> Print.h
25
 */
25
 */
26
#ifndef PRTUTIL_H_
26
#ifndef PRTUTIL_H_
27
#define PRTUTIL_H_
27
#define PRTUTIL_H_
28
 
28
 
29
#include "Complex.h"
29
#include "R_ext/Complex.h"
30
#include <stdarg.h>
30
#include <stdarg.h>
31
 
31
 
32
#define adj_right 1
32
#define adj_right 1
33
#define adj_left  0
33
#define adj_left  0
34
 
34