mirror of
https://github.com/cc65/cc65.git
synced 2025-03-19 22:34:04 +00:00
#pragma message now uses the new "note" level message routine.
This commit is contained in:
parent
715aa919e6
commit
9900e7361d
@ -784,7 +784,7 @@ static void IntPragma (StrBuf* B, IntStack* Stack, long Low, long High)
|
||||
|
||||
static void MakeMessage (const char* Message)
|
||||
{
|
||||
fprintf (stderr, "%s:%u: Note: %s\n", GetInputName (CurTok.LI), GetInputLine (CurTok.LI), Message);
|
||||
Note ("%s", Message);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user