Related Topics:| Language and Scoping Defaults |
By default, debugging puts enumerators in file scope. You can choose to have enumerators put in global scope.
To put enumerators in global scope instead of file scope:
Debugging Options. Or, in the Sun WorkShop main window, choose Options
Debugging Options.
Note - This option is equivalent to the dbx scope_global_enums Environment Variable.