The R Project SVN R

Rev

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

Rev 68947 Rev 71582
Line 48... Line 48...
48
#include <R_ext/Rdynload.h>
48
#include <R_ext/Rdynload.h>
49
#include <R_ext/Applic.h>
49
#include <R_ext/Applic.h>
50
#include <R_ext/Linpack.h>
50
#include <R_ext/Linpack.h>
51
 
51
 
52
 
52
 
53
/*  These get the declarations of some routines refernced here but
53
/*  These get the declarations of some routines referenced here but
54
    not explicitly declared.    This is necessary when we link with
54
    not explicitly declared.    This is necessary when we link with
55
    a C++ compiler because the linkage changes as the declarations
55
    a C++ compiler because the linkage changes as the declarations
56
    are (currently) within extern "C" blocks.
56
    are (currently) within extern "C" blocks.
57
*/
57
*/
58
#include <R_ext/Callbacks.h>
58
#include <R_ext/Callbacks.h>