The R Project SVN R

Rev

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

Rev 85143 Rev 85158
Line 36... Line 36...
36
 
36
 
37
#ifndef R_LINPACK_H_
37
#ifndef R_LINPACK_H_
38
#define R_LINPACK_H_
38
#define R_LINPACK_H_
39
 
39
 
40
#include <R_ext/RS.h>		/* for F77_... */
40
#include <R_ext/RS.h>		/* for F77_... */
41
// Remove on 2023-09-18
-
 
42
#include <R_ext/BLAS.h> // now included by R users but not yet some packages.
-
 
43
 
41
 
44
#ifdef  __cplusplus
42
#ifdef  __cplusplus
45
extern "C" {
43
extern "C" {
46
#endif
44
#endif
47
 
45