Fix two serious bugs in the IP demux code. First, if ip_mport() m_pullup()'s
[dragonfly.git] / contrib / libgmp / mp_bpl.c
1 #include "gmp.h"
2 #include "gmp-impl.h"
3
4 const int mp_bits_per_limb = BITS_PER_MP_LIMB;