]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/colldef/common.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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];