Diff for /parser3/src/include/pa_array.h between versions 1.2 and 1.3

version 1.2, 2001/01/27 15:21:05 version 1.3, 2001/01/27 15:45:24
Line 64  private: Line 64  private:
         // array size          // array size
         int fused_rows;          int fused_rows;
   
         int cache_index;          int cache_chunk_base;
         Chunk::Row *cache_row;          Chunk *cache_chunk;
         int cache_countdown;  
         Chunk::Row *cache_link_row;  
                   
 private:  private:
         // new&constructors made private to enforce factory manufacturing at pool          // new&constructors made private to enforce factory manufacturing at pool

Removed from v.1.2  
changed lines
  Added in v.1.3


E-mail: