[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
formic update
- To: <roland@xxxxxxxxxxx>
- Subject: formic update
- From: Mark S. Miller <vlad!mark>
- Date: Wed, 22 Aug 90 09:41:59 PDT
- Cc: <xtech@xxxxxxxxxxx>
- In-reply-to: <Roland>,55 PDT <9008212356.AA00724@fester>
Date: Tue, 21 Aug 90 16:56:55 PDT
   From: xanadu!roland (Roland King)
   Trailing substring output w/ "+" is now implemented everywhere in formic.
Thanks!  The new formic is working beautifully.
   BTW "exit 1;" won't compile w/ gnatCC2 - I get a syntax error.  Anybody
   know what's going on? I would rather not have to mess with bombs when
   all I want formic to do on format errors is explain itself and die 
   gracefully.
Try "exit(1);".  "exit" is a library function, not a keyword like
"return".