Controls the use of inlined functions.
#pragma always_inline on | off | reset
This pragma is strongly deprecated. Use the Inline Depth pull-down menu of the Language panel instead.
If you enable this pragma, the compiler ignores all inlining limits and attempts to inline all functions where it is legal to do so.
This pragma does not correspond to any panel setting. To check this setting, use __option (always_inline), described in Checking Pragma Settings. By default, this pragma is disabled.