{SPEC2DEF] Allow forwarders to contain ordinals (xydll.#123)

svn path=/trunk/; revision=71065
This commit is contained in:
Timo Kreuzer
2016-03-28 16:31:32 +00:00
parent 027a043944
commit 920ada6ae0
+1 -1
View File
@@ -116,7 +116,7 @@ static
int
IsSeparator(char chr)
{
return ((chr <= ',' && chr != '$') ||
return ((chr <= ',' && chr != '$' && chr != '#') ||
(chr >= ':' && chr < '?') );
}