The R Project SVN R

Rev

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

Rev 86459 Rev 89942
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) 1998-2006 R Core Team
3
 *  Copyright (C) 1998-2026 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 18... Line 18...
18
 */
18
 */
19
 
19
 
20
/* NOTE:
20
/* NOTE:
21
   This file exports a part of the current internal parse interface.
21
   This file exports a part of the current internal parse interface.
22
   It is subject to change at any minor (x.y.0) version of R.
22
   It is subject to change at any minor (x.y.0) version of R.
23
   So not API.
23
   Part of the experimental API.
24
 */
24
 */
25
 
25
 
26
#ifndef R_EXT_PARSE_H_
26
#ifndef R_EXT_PARSE_H_
27
#define R_EXT_PARSE_H_
27
#define R_EXT_PARSE_H_
28
 
28