X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/11db3170da99e22aa0acea76debd6c7b590a629c..60868d40e1ea0f9d4c026d991b0e79e4b1e4c986:/src/llerror.c diff --git a/src/llerror.c b/src/llerror.c index 74b1e0a..8a589c7 100644 --- a/src/llerror.c +++ b/src/llerror.c @@ -955,6 +955,12 @@ llgenerrorreal (char *srcFile, int srcLine, return FALSE; } + /* + ** If herald has not been displayed, display it before the first message. + */ + + showHerald (); + if (iserror) context_hasError (); if (context_unlimitedMessages ())