authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-13 04:58:20+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-13 06:48:35+01:00
log12a289c1dd3b171024f03b99bb26dab0323ff7b4
treea905916389a29275a39dfd31b7ea86cf901ad887
parent88f324ebe7a7fe088903ebaeb0c49f31c10ae9a6
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Compilation: Use a better canonical file extension for header files.


1 files changed, 3 insertions(+), 3 deletions(-)

src/Compilation.zig+3-3
......@@ -5916,9 +5916,9 @@ pub const FileExt = enum {
59165916 .cpp => ".cpp",
59175917 .cu => ".cu",
59185918 .h => ".h",
5919 .hpp => ".h",
5920 .hm => ".h",
5921 .hmm => ".h",
5919 .hpp => ".hpp",
5920 .hm => ".hm",
5921 .hmm => ".hmm",
59225922 .m => ".m",
59235923 .mm => ".mm",
59245924 .ll => ".ll",