Adding support for VB
Also supporting C89 compiler.
This commit is contained in:
@@ -885,14 +885,14 @@ void writeline(Project *pr, char *s)
|
||||
**--------------------------------------------------------------
|
||||
*/
|
||||
{
|
||||
Report *rpt = &pr->report;
|
||||
|
||||
if (pr->report.reportCallback != NULL)
|
||||
{
|
||||
pr->report.reportCallback(pr->report.reportCallbackUserData, pr, s);
|
||||
return;
|
||||
}
|
||||
|
||||
Report *rpt = &pr->report;
|
||||
|
||||
if (rpt->RptFile == NULL) return;
|
||||
if (rpt->Rptflag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user