]> git.sur5r.net Git - cc65/commitdiff
Changed text of notification.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Jan 2011 20:30:38 +0000 (20:30 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Jan 2011 20:30:38 +0000 (20:30 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4952 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65/error.c

index 7aeaa7854b3aadde232da43dc2f184a07f2ae871..f647fee43ed711e99a18d43ff8d9274c71f61921 100644 (file)
@@ -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");
         }
     }
 }