From: uz Date: Sat, 29 Jan 2011 20:30:38 +0000 (+0000) Subject: Changed text of notification. X-Git-Tag: V2.13.3~508 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88e6b86427eaebf6ff50f0b4a23c2e0a9e93fdc5;p=cc65 Changed text of notification. git-svn-id: svn://svn.cc65.org/cc65/trunk@4952 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65/error.c b/src/ca65/error.c index 7aeaa7854..f647fee43 100644 --- a/src/ca65/error.c +++ b/src/ca65/error.c @@ -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"); } } }