diff src/symbol.c @ 52:b9856da2674a

Added file inclusion
author lost
date Sun, 04 Jan 2009 20:16:38 +0000
parents d2cee0c335e7
children b1d81800bc91
line wrap: on
line diff
--- a/src/symbol.c	Sun Jan 04 20:14:54 2009 +0000
+++ b/src/symbol.c	Sun Jan 04 20:16:38 2009 +0000
@@ -60,7 +60,7 @@
 	
 	for (p = sym; *p; p++)
 	{
-		if (!strchr("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz._$?@0123456789", *sym) && (unsigned char)*sym < 0x80)
+		if (!strchr("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz._$?@0123456789", *sym))
 		{
 			register_error(as, l, 1, "Bad symbol: %s", sym);
 			return -1;