hcl/lib/h2-wide.ads
hyung-hwan 55441b4451 added H2.Wide.
did some makefile experiments
2014-01-17 14:15:08 +00:00

10 lines
201 B
Ada

with H2.Scheme;
with H2.Utf8;
package H2.Wide is
package Scheme is new H2.Scheme (Standard.Wide_Character);
package Utf8 is new H2.Utf8 (Standard.Character, Standard.Wide_Character);
end H2.Wide;