The R Project SVN R

Rev

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

Rev 45446 Rev 45667
Line 16... Line 16...
16
 *  You should have received a copy of the GNU General Public License
16
 *  You should have received a copy of the GNU General Public License
17
 *  along with this program; if not, a copy is available at
17
 *  along with this program; if not, a copy is available at
18
 *  http://www.r-project.org/Licenses/
18
 *  http://www.r-project.org/Licenses/
19
 */
19
 */
20
 
20
 
21
/* <UTF8> char here is either ASCII or handled as a whole */
-
 
22
 
-
 
23
 
21
 
24
#ifdef HAVE_CONFIG_H
22
#ifdef HAVE_CONFIG_H
25
#include <config.h>
23
#include <config.h>
26
#endif
24
#endif
27
 
25