We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf77f37 + f7fb3f3 commit 166e8afCopy full SHA for 166e8af
source/to_cpp1.h
@@ -1303,7 +1303,7 @@ class cppfront
1303
if (
1304
line.cat == source_line::category::preprocessor
1305
&& contains(line.text, "#include")
1306
- && !line.text.ends_with("*.h2\"")
+ && !line.text.ends_with(".h2\"")
1307
)
1308
{
1309
printer.print_cpp1(line.text, curr_lineno);
0 commit comments