added H2.Wide.

did some makefile experiments
This commit is contained in:
2014-01-17 14:15:08 +00:00
parent 77164465dd
commit 5df2592627
4 changed files with 74 additions and 6 deletions

9
h2/lib/h2-wide.ads Normal file
View File

@ -0,0 +1,9 @@
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;