Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the "inline_recursion" pragma controls the recursive expansion of inline http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The "inline_recursion" pragma controls the recursive expansion of inline
functions.  The form of the "inline_recursion" pragma is as follows.

+--------------------------------------------------------------------------+
|      #pragma inline_recursion [(] on | off [)] [;]                       |
|                                                                          |
+--------------------------------------------------------------------------+
Specifying "on" will enable expansion of recursive inline functions.  The
depth of expansion is specified by the "inline_depth" pragma.  The default
depth is 8.  Specifying "off" suppresses expansion of recursive inline
functions.  This is the default.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson