The attached code snippet shows register aliases being defined, then undefined. Although undefined, re-use of the register generates a warning message and the definition can still be referenced. It seems almost as if .undef does nothing.
.undef failure example
.undef is not implemented yet:
case DIRECTIVE_UNDEF: // TODO break;
Log in to post a comment.
.undef failure example
.undef is not implemented yet:
case DIRECTIVE_UNDEF: // TODO
break;