[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.101 and 1.102

version 1.101, 2021/04/02 22:41:53 version 1.102, 2021/04/05 02:05:47
Line 395  const char *msgs[] = {
Line 395  const char *msgs[] = {
         "option '%c' should be handled in the switch",                /* 338 */          "option '%c' should be handled in the switch",                /* 338 */
         "option '%c' should be listed in the options string",         /* 339 */          "option '%c' should be listed in the options string",         /* 339 */
         "initialization with '[a...b]' is a GNU extension",           /* 340 */          "initialization with '[a...b]' is a GNU extension",           /* 340 */
           "argument to '%s' must be 'unsigned char' or EOF, not '%s'",  /* 341 */
           "argument to '%s' must be cast to 'unsigned char', not to '%s'", /* 342 */
 };  };
   
 /*  /*

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb <webmaster@jp.NetBSD.org>