Skip to content

Commit

Permalink
[fix] re biojppm/rapidyaml#350 - fix include guard for gcc4.8 shim he…
Browse files Browse the repository at this point in the history
…ader
  • Loading branch information
biojppm committed Mar 25, 2023
1 parent 3d7f1fc commit 5446b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+3 −3 compat/c4/gcc-4.8.hpp
2 changes: 1 addition & 1 deletion tools/amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def amalgamate_c4core(filename: str,
"src/c4/preprocessor.hpp",
"src/c4/platform.hpp",
"src/c4/cpu.hpp",
"src/c4/compiler.hpp",
am.injcode(required_gcc4_8_include),
"cmake/compat/c4/gcc-4.8.hpp",
"src/c4/compiler.hpp",
"src/c4/language.hpp",
"src/c4/types.hpp",
"src/c4/config.hpp",
Expand Down

0 comments on commit 5446b7a

Please sign in to comment.