Commit 517958ba by Neil Booth Committed by Neil Booth

* alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.

From-SVN: r66739
parent 74601584
2003-05-12 Neil Booth <neil@daikokuya.co.uk>
* alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
2003-05-12 Andreas Schwab <schwab@suse.de> 2003-05-12 Andreas Schwab <schwab@suse.de>
* config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp' * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
......
...@@ -71,8 +71,10 @@ typedef struct allocation_object_def ...@@ -71,8 +71,10 @@ typedef struct allocation_object_def
#define USER_PTR_FROM_ALLOCATION_OBJECT_PTR(X) \ #define USER_PTR_FROM_ALLOCATION_OBJECT_PTR(X) \
((void *) (((allocation_object *) (X))->u.data)) ((void *) (((allocation_object *) (X))->u.data))
#ifdef ENABLE_CHECKING
/* Last used ID. */ /* Last used ID. */
static ALLOC_POOL_ID_TYPE last_id; static ALLOC_POOL_ID_TYPE last_id;
#endif
/* Create a pool of things of size SIZE, with NUM in each block we /* Create a pool of things of size SIZE, with NUM in each block we
allocate. */ allocate. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment