[BACK]Return to err.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/xlint/lint1/err.c between version 1.96 and 1.97

version 1.96, 2021/03/27 12:42:22 version 1.97, 2021/03/28 14:01:49
Line 230  const char *msgs[] = {
Line 230  const char *msgs[] = {
         "too many array initializers, expected %d",                   /* 173 */          "too many array initializers, expected %d",                   /* 173 */
         "too many initializers",                                      /* 174 */          "too many initializers",                                      /* 174 */
         "initialization of an incomplete type",                       /* 175 */          "initialization of an incomplete type",                       /* 175 */
         "invalid initializer type %s",                                /* 176 */          "",                     /* no longer used */                  /* 176 */
         "non-constant initializer",                                   /* 177 */          "non-constant initializer",                                   /* 177 */
         "initializer does not fit",                                   /* 178 */          "initializer does not fit",                                   /* 178 */
         "cannot initialize struct/union with no named member",        /* 179 */          "cannot initialize struct/union with no named member",        /* 179 */

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

CVSweb <webmaster@jp.NetBSD.org>