inp.c: comments added

This commit is contained in:
h_vogt 2013-08-27 09:25:12 +02:00 committed by rlar
parent 3dff06228e
commit 4524d514e1
1 changed files with 8 additions and 2 deletions

View File

@ -814,8 +814,14 @@ inp_dodeck(
ft_curckt->FTEstats->FTESTATdeckNumLines = 0;
/*----------------------------------------------------
* Now run through the deck and look to see if there are
* errors on any line.
Now run through the deck and look to see if there are
errors on any line (message contained in li_error).
Error messages have been generated either by writing
directly to ->li_error from a struct line or to
->error from a struct card , or by using one of the
macros as defined in inpmacs.h. Functions INPerror(),
INPerrCat(), and SPerror() are invoked.
*---------------------------------------------------*/
for (dd = deck; dd; dd = dd->li_next) {