[BACK]Return to decl.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/decl.c between version 1.40 and 1.41

version 1.40, 2008/04/26 16:14:23 version 1.41, 2008/04/27 00:13:58
Line 303  addtype(type_t *tp)
Line 303  addtype(type_t *tp)
                 else if (dcs->d_cmod == DOUBLE)                  else if (dcs->d_cmod == DOUBLE)
                         t = DCOMPLEX;                          t = DCOMPLEX;
                 else                  else
                         error(323, basictyname(dcs->d_cmod));                          error(308, basictyname(dcs->d_cmod));
                 dcs->d_cmod = NOTSPEC;                  dcs->d_cmod = NOTSPEC;
         }          }
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>