Allow redefinition of macros.
Example: #define A 3 #define A 4 This used to do strange things, but now works as it should.
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Example: #define A 3 #define A 4 This used to do strange things, but now works as it should.