(is_space): Now external.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 16 Feb 1997 12:43:01 +0000 (07:43 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 16 Feb 1997 12:43:01 +0000 (07:43 -0500)
(is_hor_space): Now static.

From-SVN: r13653

gcc/cccp.c

index da9d812cf520193b389d5b64cc64e160b244cadb..7bbe29ae7c3e22c2e48042a327ffebec910f8f4c 100644 (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];