From 4524d514e1bcdfcf9e138e78307ca1dd42a851a3 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Tue, 27 Aug 2013 09:25:12 +0200 Subject: [PATCH] inp.c: comments added --- src/frontend/inp.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index cff7441ca..377db7a3b 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -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) {