FILE COMPARISON
Produced: 20/09/2007 11:44:52
   
Mode:  Just Differences  
Left base folder: U:\documents\PREQ1583\version comparison\zlib_prototype  
Right base folder: U:\documents\PREQ1583\version comparison\zlib_release  
   
File: deflate.cpp  
190     s->head[s->ins_h] = static_cast<Pos>(str)) <> 190     s->head[s->ins_h] = (Pos)(str))
 
195     s->head[s->ins_h] = static_cast<Pos>(str)) <> 195     s->head[s->ins_h] = (Pos)(str))
 
342     // Line to stop compiler warning about unused mandatory global variable <> 342     // Line to stop compiler warning about unused mandatory global variable 'deflate_copyright'
343     char __z=deflate_copyright[0]; __z=__z;   343     char dontCare = deflate_copyright[0]; dontCare = dontCare;
 
1446             //Call UPDATE_HASH() MIN_MATCH-3 more times <> 1446             Call UPDATE_HASH() MIN_MATCH-3 more times
 
1633                 //Call UPDATE_HASH() MIN_MATCH-3 more times <> 1633                 Call UPDATE_HASH() MIN_MATCH-3 more times
   
File: inftrees.cpp  
47         // Line to stop compiler warning about unused mandatory global variable <> 47     // Line to stop compiler warning about unused mandatory global variable
48     char __z=inflate_copyright[0]; __z=__z;   48     char dontCare = inflate_copyright[0]; dontCare = dontCare;
      49    
   
File: trees.cpp  
243     s->bi_buf = static_cast<ush>(val >> (Buf_size - s->bi_valid));\ <> 243     s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
 
630         //next_code[bits] = code = (code + bl_count[bits-1]) << 1; <> 630         next_code[bits] = code = (code + bl_count[bits-1]) << 1;
631         next_code[bits] = code = static_cast<ush>((code + bl_count[bits-1]) << 1);      
 
644         //tree[n].Code = bi_reverse(next_code[len]++, len); <> 643         tree[n].Code = bi_reverse(next_code[len]++, len);
645         tree[n].Code = static_cast<ush>(bi_reverse(next_code[len]++, len));      
 
721         //tree[node].Freq = tree[n].Freq + tree[m].Freq; <> 719         tree[node].Freq = tree[n].Freq + tree[m].Freq;
722         tree[node].Freq = static_cast<ush>(tree[n].Freq + tree[m].Freq);      
 
778             //s->bl_tree[curlen].Freq += count; <> 775             s->bl_tree[curlen].Freq += count;
779             s->bl_tree[curlen].Freq = static_cast<ush>(s->bl_tree[curlen].Freq + count);      
   
File: zlib.h  
87   <>    
 
657                                       <>    
 
705   <>    
 
893   <>    
 
1266 #endif //SYMBIAN_EXCLUDE_GZ_FUNCTIONS <> 1262 #endif //SYMBIAN_EZLIB_EXCLUDE_GZ_FUNCTIONS
   
File: zutil.cpp  
161 #ifndef SYMBIAN_EZLIB_DEVICE +-    
 
327 #endif //SYMBIAN_EZLIB_DEVICE +-    
   
File: zutil.h  
100 #ifndef SYMBIAN_EZLIB_DEVICE +-    
 
179 #endif //SYMBIAN_EZLIB_DEVICE +-    
 
228 #endif //LIBZGZIO_H <> 226 #endif // !SYMBIAN_EZLIB_DEVICE || LIBZGZIO_H
 
259 // Native Symbian Memory Functions Symbian, 21/03/07 <> 257 // Native Symbian Memory Functions Symbian
 
268 #endif //SYMBIAN_EZLIB_DEVICE && LIBZGZIO_H <> 266 #endif //SYMBIAN_EZLIB_DEVICE && !LIBZGZIO_H