Allow overriding VTABSIZE at compile-time.
Reviewed by: jilles Differential Revision: https://reviews.freebsd.org/D14339
This commit is contained in:
parent
92ddc7b86d
commit
3cdd74bb3c
@ -71,7 +71,9 @@ __FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef VTABSIZE
|
||||
#define VTABSIZE 39
|
||||
#endif
|
||||
|
||||
|
||||
struct varinit {
|
||||
|
Loading…
Reference in New Issue
Block a user