(is_space): Now external.

(is_hor_space): Now static.

From-SVN: r13653
This commit is contained in:
Richard Kenner 1997-02-16 07:43:01 -05:00
parent a1d7ffe39c
commit 1405367967

View File

@ -1020,9 +1020,9 @@ U_CHAR is_idchar[256];
/* table to tell if char can be first char of a c identifier. */
U_CHAR is_idstart[256];
/* table to tell if c is horizontal space. */
U_CHAR is_hor_space[256];
static U_CHAR is_hor_space[256];
/* table to tell if c is horizontal or vertical space. */
static U_CHAR is_space[256];
U_CHAR is_space[256];
/* names of some characters */
static char *char_name[256];