Merge branch '7.0' into PSI-7.0

This commit is contained in:
2025-07-14 10:49:20 +02:00
129 changed files with 7604 additions and 4778 deletions
+1 -1
View File
@@ -1080,7 +1080,7 @@ static void refer ( MAC_HANDLE *handle, MAC_ENTRY *entry, int level,
entry->error = TRUE;
errval = ",undefined)";
if ( (handle->flags & FLAG_SUPPRESS_WARNINGS) == 0 ) {
errlogPrintf( "macLib: macro %s is undefined (expanding %s %s)\n",
errlogPrintf( "macLib: macro %s is " ANSI_MAGENTA("undefined") " (expanding %s %s)\n",
refname, entry->type, entry->name );
}
}