]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/colldef/common.h
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.bin / colldef / common.h
1 /*
2  * $FreeBSD$
3  */
4
5 #define CHARMAP_SYMBOL_LEN 64
6 #define BUFSIZE 80
7
8 extern int line_no;
9
10 extern u_char charmap_table[UCHAR_MAX + 1][CHARMAP_SYMBOL_LEN];
11 extern char map_name[FILENAME_MAX];