Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CALL ON is just a synonym for SIGNAL ON #93

Open
RossPatterson opened this issue Dec 18, 2024 · 0 comments
Open

CALL ON is just a synonym for SIGNAL ON #93

RossPatterson opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@RossPatterson
Copy link
Collaborator

RossPatterson commented Dec 18, 2024

The CALL ON support just a synonym for SIGNAL ON. For example, the code in compile.c says:

/* ///////// NOT CORRECT //////////// */
/* Make it work as the SIGNAL ON ...  */
    if (!CMP("OFF") || (!CMP("ON"))) {
        C_signal();
        return;
    }
/* ///////////////////////////////// */

which is certainly the right comment and wrong code, as CALL ON and SIGNAL ON work very differently.

This is an original issue in bREXX, so try to fix it in a way that CMS, MVS, and the ur-bREXX can all benefit from the update.

@RossPatterson RossPatterson added the bug Something isn't working label Dec 18, 2024
@RossPatterson RossPatterson changed the title CALL ON isn't built correctly CALL ON is just a synonym for SIGNAL ON Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant