X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsamples%2Fsample-explanation.adb;h=8701925dedf3e2066e936e97239c2beab1e0d4b1;hp=eb7f45779004962b50dbfdb2b1651a46a8f2c89c;hb=refs%2Ftags%2Fv5.0;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/Ada95/samples/sample-explanation.adb b/Ada95/samples/sample-explanation.adb index eb7f4577..8701925d 100644 --- a/Ada95/samples/sample-explanation.adb +++ b/Ada95/samples/sample-explanation.adb @@ -33,10 +33,10 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ --- Author: Juergen Pfeifer 1996 +-- Author: Juergen Pfeifer 1996 -- Version Control --- $Revision: 1.9 $ --- Binding Version 00.93 +-- $Revision: 1.12 $ +-- Binding Version 01.00 ------------------------------------------------------------------------------ -- Poor mans help system. This scans a sequential file for key lines and -- then reads the lines up to the next key. Those lines are presented in @@ -299,7 +299,6 @@ package body Sample.Explanation is Root : Help_Line_Access := null; Current : Help_Line_Access; Tail : Help_Line_Access := null; - Save : String_Access; function Next_Line return Boolean;