mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Changed text of notification.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4952 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f0a0095c25
commit
88e6b86427
@ -136,7 +136,7 @@ static void AddNotifications (const Collection* LineInfos)
|
||||
"Assembler code generated from this line");
|
||||
} else if (Type == LI_TYPE_MACRO) {
|
||||
PrintMsg (GetSourcePos (LI), "Note",
|
||||
"Macro expansion was here");
|
||||
"Macro was defined here");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user