1 dnl userv - tokens.h.m4
2 dnl token values, passed through m4 with defs from langauge.i4
4 * userv is copyright Ian Jackson and other contributors.
5 * See README for full authorship information.
7 * This is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 3 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with userv; if not, see <http://www.gnu.org/licenses/>.
27 tokm_instance= 0x000000ff,
28 tokm_repres= 0x00000f00,
29 tokm_type= 0xfffff000,
30 tokr_nonstring= 0x00000100,
31 tokr_word= 0x00000200,
32 tokr_punct= 0x00000300,
33 tokr_string= 0x00000400,