[BACK]Return to lint1.h 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/lint1.h between version 1.69 and 1.70

version 1.69, 2021/02/28 19:24:15 version 1.70, 2021/03/07 18:02:45
Line 403  typedef struct control_statement {
Line 403  typedef struct control_statement {
 } cstk_t;  } cstk_t;
   
 typedef struct {  typedef struct {
         size_t lo;          size_t lo;                      /* inclusive */
         size_t hi;          size_t hi;                      /* inclusive */
 } range_t;  } range_t;
   
 #include "externs1.h"  #include "externs1.h"

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

CVSweb <webmaster@jp.NetBSD.org>