Skip to content

Commit

Permalink
src/bin/libint/context.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed Oct 31, 2023
1 parent ba6ad3b commit 9fe3421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/libint/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ std::string
CppCodeContext::code_postfix() const
{
if (cparams()->use_C_linking()) {
return "#ifdef __cplusplus\n};\nLIBINT_PRAGMA_CLANG(diagnostic pop)\nLIBINT_PRAGMA_GCC(diagnostic pop)\n#endif\n";
return "#ifdef __cplusplus\n}\nLIBINT_PRAGMA_CLANG(diagnostic pop)\nLIBINT_PRAGMA_GCC(diagnostic pop)\n#endif\n";
}
return "";
}
Expand Down

0 comments on commit 9fe3421

Please sign in to comment.