The R Project SVN R

Rev

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

Rev 89101 Rev 89696
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 2002-2024	The R Core Team.
3
 *  Copyright (C) 2002-2026	The R Core Team.
4
 *
4
 *
5
 *  This program is free software; you can redistribute it and/or modify
5
 *  This program is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU General Public License as published by
6
 *  it under the terms of the GNU General Public License as published by
7
 *  the Free Software Foundation; either version 2 of the License, or
7
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 53... Line 53...
53
/*  These get the declarations of some routines referenced 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 <Callbacks.h>
58
#include <R_ext/Callbacks.h>
59
#include <Rdynpriv.h>
59
#include <Rdynpriv.h>
60
 
60
 
61
#include "basedecl.h"
61
#include "basedecl.h"
62
 
62
 
63
 
63