$NO_STD_SYMBOL_REDEFINE - No standard symbol redefine

Language reference ›› Directives ››
Parent Previous Next

no-std-symbol-redefine-directive = $NO_STD_SYMBOL_REDEFINE directive-toggle .


NEW! (V2.1): Define if the program is allowed to declare a symbol with the same name as a processor register or register field.


If this directive is ON, a compilation error is generated.

If this directive is OFF, a compilation warning 54 is generated (may be masked).


This directive overrides the default option defined in the Project's Options.


Default is OFF.


{$NP_STD_SYMBOL_REDEFINE ON}