[PATCH] make memclass() an inline
memclass is too large to be a #define; it overflows 80 columns and does not make use of facilities available only to macros. This patch convert memclass() to be an inline function.
Showing
Please register or sign in to comment