The R Project SVN R

Rev

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

Rev 45446 Rev 45667
Line 20... Line 20...
20
 *  You should have received a copy of the GNU General Public License
20
 *  You should have received a copy of the GNU General Public License
21
 *  along with this program; if not, a copy is available at
21
 *  along with this program; if not, a copy is available at
22
 *  http://www.r-project.org/Licenses/
22
 *  http://www.r-project.org/Licenses/
23
 */
23
 */
24
 
24
 
25
/* <UTF8>
-
 
26
   byte-level access and use of ctype functions for symbol font
-
 
27
 
-
 
28
   Has encoding of symbol font hard-coded.  Not clear if this is enough.
-
 
29
*/
-
 
30
 
-
 
31
#ifdef HAVE_CONFIG_H
25
#ifdef HAVE_CONFIG_H
32
#include <config.h>
26
#include <config.h>
33
#endif
27
#endif
34
#include <Defn.h>
28
#include <Defn.h>
35
 
29