Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
, intraSYS international, Clipper CGI, ClipX.Lib, eMailX, MsgX, Norton Guides, Apache, xBase++, IS2WCGI.DLL, dBase, FoxPro, Norton Guides, vDbase, C/C++, ng2Html By Dave Pearson"> "> X-Hacker.org- Watcom C/C++ User's Guide - the "enum" pragma affects the underlying storage-definition for subsequent<b></b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The "enum" pragma affects the underlying storage-definition for subsequent
enum declarations.  The forms of the "enum" pragma are as follows.

+--------------------------------------------------------------------------+
|      #pragma enum int [;]                                                |
|      #pragma enum minimum [;]                                            |
|      #pragma enum original [;]                                           |
|      #pragma enum pop [;]                                                |
|                                                                          |
+--------------------------------------------------------------------------+

where
    description

int
    Make int the underlying storage definition (same as the "ei" compiler
    option).

minimum
    Minimize the underlying storage definition (same as not specifying the
    "ei" compiler option).

original
    Reset back to the original compiler option setting (i.e., what was or
    was not specified on the command line).

pop
    Restore the previous setting.

The first three forms all push the previous setting before establishing the
new setting.

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