fixed hexadecimal character class

This commit is contained in:
ceriel 1988-04-26 10:51:50 +00:00
parent e925036f8d
commit 6c825b7892

View file

@ -40,7 +40,7 @@ STEOI:\200
% ISHEX
%
%C
1:a-fA-F
1:A-F0-9
%Tchar ishex[] = {
%p
%T};