fixed hexadecimal character class

This commit is contained in:
ceriel 1988-04-26 10:51:50 +00:00
parent 944eba8d0f
commit fa094cdbb9

View File

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