Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 188a5a7a authored by Jack Palevich's avatar Jack Palevich
Browse files

Support nested macros. (Still don't support macro arguments.)

Now you can say:

    #define A B
    #define B C
    #define C 4

int x = A;

And it will work as expected.

Print an error message rather than assert when we're expecting a
function value, but don't find one.
parent 66d48748
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment