The R Project SVN R

Rev

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

Rev 44503 Rev 44513
Line 20... Line 20...
20
/* Used by graphics.c, grid and by third-party graphics devices */
20
/* Used by graphics.c, grid and by third-party graphics devices */
21
 
21
 
22
#ifndef R_GRAPHICSENGINE_H_
22
#ifndef R_GRAPHICSENGINE_H_
23
#define R_GRAPHICSENGINE_H_
23
#define R_GRAPHICSENGINE_H_
24
 
24
 
-
 
25
/* until 2.7.0 alpha */
-
 
26
#define OLD 1
-
 
27
 
25
#ifdef __cplusplus
28
#ifdef __cplusplus
26
extern "C" {
29
extern "C" {
27
#endif
30
#endif
28
 
31
 
29
/*
32
/*