Ignore:
Timestamp:
Mar 30, 2006 3:56:01 PM (18 years ago)
Author:
bennylp
Message:

Added ability to have custom pool backend (needed for pool debugging facility)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/pool.c

    r315 r364  
    2323#include <pj/os.h> 
    2424 
     25#if !PJ_HAS_POOL_ALT_API 
     26 
     27 
    2528/* Include inline definitions when inlining is disabled. */ 
    2629#if !PJ_FUNCTIONS_ARE_INLINED 
     
    262265 
    263266 
     267#endif  /* PJ_HAS_POOL_ALT_API */ 
     268 
Note: See TracChangeset for help on using the changeset viewer.