The R Project SVN R

Rev

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

Rev 25961 Rev 25971
Line 17... Line 17...
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
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 major version of R.
22
   It is subject to change at any minor (x.y.0) version of R.
23
 */
23
 */
24
 
24
 
25
#ifndef R_EXT_PARSE_H_
25
#ifndef R_EXT_PARSE_H_
26
#define R_EXT_PARSE_H_
26
#define R_EXT_PARSE_H_
27
 
27