We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cdca3 commit 0fb7bfeCopy full SHA for 0fb7bfe
1 file changed
src/fflib/lex.cpp
@@ -787,6 +787,7 @@ bool mylex::SetMacro(int &ret)
787
{
788
linenumber++;
789
nl=1;
790
+ i = '\n'; // normalize CR/CRLF to LF so stored body always uses '\n'
791
}
792
else if(isalpha(i) && isalpha(ii) ) // Modif F.H
793
@@ -1031,6 +1032,7 @@ bool mylex::IFMacro(int &ret)
1031
1032
1033
1034
1035
1036
1037
//
1038
0 commit comments