Commit 52d77816 authored by Nils Goroll's avatar Nils Goroll

mark another cache_param issue

parent aa8875a4
......@@ -989,6 +989,10 @@ Tlen(const txt t)
*/
#define W_TIM_real(w) ((w)->lastused = VTIM_real())
/*
* XXX should cache.h refer to cache_param if common_param.h
* is not in $DIST ?
*/
#define FEATURE(x) COM_FEATURE(cache_param->feature_bits, x)
#define DO_DEBUG(x) COM_DO_DEBUG(cache_param->debug_bits, x)
......
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