> *** perlsdio.h.FCS Tue Nov 14 10:50:12 2000 > ! #define PerlIO_set_ptrcnt(f,p,c) STMT_START {FILE_ptr(f) = (p), PerlIO_set_cnt(f,c);} STMT_END > /* assert() may pre-process to ""; potential syntax error (FILE_ptr(), ) */ > ! #define PerlIO_set_ptrcnt(f,p,c) STMT_START {FILE_ptr(f) = (p); assert(FILE_cnt(f) == (c));} STMT_END Could you explain the reason for these added assert()s a little bit more...? -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack CohenThread Previous | Thread Next