Skip to content

Commit 7236f3a

Browse files
committed
macLib: add emphasis when expansion finds an undefined macro
1 parent 2422e56 commit 7236f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/libcom/src/macLib/macCore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ static void refer ( MAC_HANDLE *handle, MAC_ENTRY *entry, int level,
895895
entry->error = TRUE;
896896
errval = ",undefined)";
897897
if ( (handle->flags & FLAG_SUPPRESS_WARNINGS) == 0 ) {
898-
errlogPrintf( "macLib: macro %s is undefined (expanding %s %s)\n",
898+
errlogPrintf( "macLib: macro %s is " ANSI_MAGENTA("undefined") " (expanding %s %s)\n",
899899
refname, entry->type, entry->name );
900900
}
901901
}

0 commit comments

Comments
 (0)