[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.33 and 1.34

version 1.33, 2008/04/25 22:18:34 version 1.34, 2008/04/26 16:14:23
Line 232  const char *msgs[] = {
Line 232  const char *msgs[] = {
         "first operand must have scalar type, op ? :",                /* 170 */          "first operand must have scalar type, op ? :",                /* 170 */
         "assignment type mismatch",                                   /* 171 */          "assignment type mismatch",                                   /* 171 */
         "too many struct/union initializers",                         /* 172 */          "too many struct/union initializers",                         /* 172 */
         "too many array initializers",                                /* 173 */          "too many array initializers, expected %d",                   /* 173 */
         "too many initializers",                                      /* 174 */          "too many initializers",                                      /* 174 */
         "initialisation of an incomplete type",                       /* 175 */          "initialisation of an incomplete type",                       /* 175 */
         "invalid initializer type %s",                                /* 176 */          "invalid initializer type %s",                                /* 176 */

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>