[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.28 and 1.29

version 1.28, 2014/04/18 00:21:14 version 1.29, 2014/07/20 23:00:49
Line 118  typedef struct {
Line 118  typedef struct {
  * Structures of type str_t uniqely identify structures. This can't   * Structures of type str_t uniqely identify structures. This can't
  * be done in structures of type type_t, because these are copied   * be done in structures of type type_t, because these are copied
  * if they must be modified. So it would not be possible to check   * if they must be modified. So it would not be possible to check
  * if to structures are identical by comparing the pointers to   * if two structures are identical by comparing the pointers to
  * the type structures.   * the type structures.
  *   *
  * The typename is used if the structure is unnamed to identify   * The typename is used if the structure is unnamed to identify

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>