bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35924: patch to fix


From: Stephen Leake
Subject: bug#35924: patch to fix
Date: Tue, 04 Jun 2019 08:32:46 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

--- wisitoken.ads
+++ wisitoken.ads
@@ -85,7 +85,8 @@ package WisiToken is
 
    Invalid_Token_ID : constant Token_ID := Token_ID'Last;
 
-   type Token_ID_Array_String is array (Token_ID range <>) of access constant 
String;
+   type String_Access_Constant is access constant String;
+   type Token_ID_Array_String is array (Token_ID range <>) of 
String_Access_Constant;
    type Token_ID_Array_Natural is array (Token_ID range <>) of Natural;
 
    type Descriptor

-- 
-- Stephe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]