Skip to content

Commit

Permalink
macLib: add emphasis when expansion find undefined macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Dec 30, 2024
1 parent a99697e commit 2b6bf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libcom/src/macLib/macCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,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 );
}
}
Expand Down

0 comments on commit 2b6bf2d

Please sign in to comment.