1 /* ex: set ro ft=c: -*- buffer-read-only:t -*-
2  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
3  *
4  * This file is generated automatically from 'tools/dev/gen_charset_tables.pl'.
5  *
6  * Generate the 8-bit character set classification table for
7  * en_US.iso88591. Unicode is managed by icu.
8  *
9  * Convenient definitions are: WHITESPACE, WORDCHAR, PUNCTUATION, DIGIT.
10  * See F<include/parrot/cclass.h> for all.
11  *
12  * Copyright (C) 2005-2014, Parrot Foundation.
13  */
14 
15 /* HEADERIZER HFILE: none */
16 
17 
18 #ifndef PARROT_CHARSET_TABLES_H_GUARD
19 #define PARROT_CHARSET_TABLES_H_GUARD
20 #include "parrot/cclass.h"
21 #include "parrot/parrot.h"
22 #define WHITESPACE  enum_cclass_whitespace
23 #define WORDCHAR    enum_cclass_word
24 #define PUNCTUATION enum_cclass_punctuation
25 #define DIGIT       enum_cclass_numeric
26 extern const INTVAL Parrot_iso_8859_1_typetable[256];
27 #endif /* PARROT_CHARSET_TABLES_H_GUARD */
28 /*
29  * Local variables:
30  *   c-file-style: "parrot"
31  * End:
32  * vim: expandtab shiftwidth=4 cinoptions='\:2=2' :
33  */
34 
35