Open unusual-thoughts opened 8 years ago
This fixes an error during compilation where my code was getting horribly mangled when using multiline preprocessor directives (with escaped newlines)
Also, since the preprocessor directive macro was defined a second time to be the same, I removed the second definition
Thanks @unusual-thoughts I'll add this PR to the robot-will repository
This fixes an error during compilation where my code was getting horribly mangled when using multiline preprocessor directives (with escaped newlines)
Also, since the preprocessor directive macro was defined a second time to be the same, I removed the second definition