home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / tq.h < prev    next >
Text File  |  1997-09-03  |  454b  |  9 lines

  1. typedef /*@abstract@*/ /*@mutable@*/ int *tam;
  2. typedef /*@abstract@*/ /*@immutable@*/ int *tai;
  3. typedef /*@abstract@*/ /*@immutable@*/ int *tmixm; /* 1. inconsistently declared as immutable */
  4. typedef /*@abstract@*/ /*@immutable@*/ int *tmixa; /* 2. inconsistently declared as abstract type */
  5. typedef /*@abstract@*/ /*@mutable@*/   int *tmixi; /* 3. inconsistently declared as mutable */
  6. typedef /*@mutable@*/ int *tm;
  7. typedef /*@immutable@*/ int *ti;
  8.  
  9.