Is_Code in H3.CC.
Use Wide_Character'First instead of Wide_Character'Val(0) Removed the terminator parameter in the H3.Strings
This commit is contained in:
@ -2,10 +2,9 @@ with H3.Arrays;
|
||||
|
||||
generic
|
||||
type Item_Type is (<>);
|
||||
G_Terminator_Value: Item_Type;
|
||||
package H3.Strings is
|
||||
|
||||
package P is new H3.Arrays(Item_Type, 1, G_Terminator_Value);
|
||||
package P is new H3.Arrays(Item_Type, 1, Item_Type'First);
|
||||
|
||||
Terminator_Length: System_Zero_Or_One renames P.Terminator_Length;
|
||||
Terminator_Value: Item_Type renames P.Terminator_Value;
|
||||
|
Reference in New Issue
Block a user