The R Project SVN R

Rev

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

Rev 85140 Rev 85143
Line 37... Line 37...
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
41
// Remove on 2023-09-18
42
#ifndef USE_NEW_ACCELERATE
-
 
43
# include <R_ext/BLAS.h> // now included by R users but not yet some packages.
42
#include <R_ext/BLAS.h> // now included by R users but not yet some packages.
44
#endif
-
 
45
 
43
 
46
#ifdef  __cplusplus
44
#ifdef  __cplusplus
47
extern "C" {
45
extern "C" {
48
#endif
46
#endif
49
 
47