[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.89 and 1.90

version 1.89, 2021/03/26 19:17:58 version 1.90, 2021/03/27 12:42:22
Line 442  typedef struct err_set {
Line 442  typedef struct err_set {
         (((p)->errs_bits[(n)/__NERRBITS] & (1 << ((n) % __NERRBITS))) != 0)          (((p)->errs_bits[(n)/__NERRBITS] & (1 << ((n) % __NERRBITS))) != 0)
 #define ERR_ZERO(p)     (void)memset((p), 0, sizeof(*(p)))  #define ERR_ZERO(p)     (void)memset((p), 0, sizeof(*(p)))
   
 #define LERROR(fmt, args...)    lerror(__FILE__, __LINE__, fmt, ##args)  #define INTERNAL_ERROR(fmt, args...) \
           internal_error(__FILE__, __LINE__, fmt, ##args)
   
 #define lint_assert(cond)                                               \  #define lint_assert(cond)                                               \
         do {                                                            \          do {                                                            \

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

CVSweb <webmaster@jp.NetBSD.org>