errors/warnings.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5904 
b7a2c559-68d2-44c3-8de9-
860c34a00d81
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2011, Ullrich von Bassewitz                                      */
+/* (C) 1998-2012, Ullrich von Bassewitz                                      */
 /*                Roemerstrasse 52                                           */
 /*                D-70794 Filderstadt                                        */
 /* EMail:         uz@cc65.org                                                */
 unsigned WarningCount  = 0;
 
 /* Maximum number of additional notifications */
-#define MAX_NOTES       6
+#define MAX_NOTES       8
 
 
 
                 Msg = "Macro was defined here";
                 break;
 
+            case LI_TYPE_MACPARAM:
+                Msg = "Macro parameter came from here";
+                break;
+
             default:
                 /* No output */
                 Msg = 0;