Diff for /parser3/src/targets/cgi/Attic/pa_pool.C between versions 1.33 and 1.34

version 1.33, 2001/12/13 13:02:43 version 1.34, 2001/12/13 15:19:56
Line 22  void *Pool::real_calloc(size_t size) { Line 22  void *Pool::real_calloc(size_t size) {
   
 bool Pool::real_register_cleanup(void (*cleanup) (void *), void *data) {  bool Pool::real_register_cleanup(void (*cleanup) (void *), void *data) {
         return fstorage!=0 && static_cast<Pool_storage *>(fstorage)->register_cleanup(cleanup, data);          return fstorage!=0 && static_cast<Pool_storage *>(fstorage)->register_cleanup(cleanup, data);
 }  
   
   }

Removed from v.1.33  
changed lines
  Added in v.1.34


E-mail: