The R Project SVN R

Rev

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

Rev 68947 Rev 69175
Line 15... Line 15...
15
 *  You should have received a copy of the GNU General Public License
15
 *  You should have received a copy of the GNU General Public License
16
 *  along with this program; if not, a copy is available at
16
 *  along with this program; if not, a copy is available at
17
 *  https://www.R-project.org/Licenses/
17
 *  https://www.R-project.org/Licenses/
18
 */
18
 */
19
 
19
 
20
/* This should be regarded as part of the graphics engine: 
20
/* This should be regarded as part of the graphics engine:
21
   it is now a stub for code in grDevices */
21
   it is now a stub for code in grDevices */
22
 
22
 
23
#ifdef HAVE_CONFIG_H
23
#ifdef HAVE_CONFIG_H
24
#include <config.h>
24
#include <config.h>
25
#endif
25
#endif