| Description | A function pointer with a huge or xhuge specifier, such as int (huge *xpi) (void), is changed to int (far *xpi) (void) because huge and xhuge apply to data pointers, not to function pointers. Function pointers should use near or far if explicit override |