The R Project SVN R

Rev

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

Rev 59039 Rev 60253
Line 15... Line 15...
15
 *  You should have received a copy of the GNU Lesser General Public License
15
 *  You should have received a copy of the GNU Lesser 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
 *  http://www.r-project.org/Licenses/
17
 *  http://www.r-project.org/Licenses/
18
 */
18
 */
19
 
19
 
-
 
20
/*
-
 
21
  Definitions controlling visibility on some platforms.
-
 
22
 
-
 
23
  Part of the API.
-
 
24
*/
-
 
25
 
20
#ifndef R_EXT_VISIBILITY_H_
26
#ifndef R_EXT_VISIBILITY_H_
21
#define R_EXT_VISIBILITY_H_
27
#define R_EXT_VISIBILITY_H_
22
 
28
 
23
#include <Rconfig.h>
29
#include <Rconfig.h>
24
 
30