Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It does what I think ? :Q__
Altough it will be a problem because I use to separate with at least one line blocks of code doing conceptually different sheeet -
It replaces the macro TRUE by the line number of its occurrence in the corresponding file.
-
tbodt7447yunless you're comparing things to TRUE which you shouldn't do, this won't make a difference
#define TRUE __LINE__
Happy Debugging :)
rant