| author | |
| committer | |
| log | 12a289c1dd3b171024f03b99bb26dab0323ff7b4 |
| tree | a905916389a29275a39dfd31b7ea86cf901ad887 |
| parent | 88f324ebe7a7fe088903ebaeb0c49f31c10ae9a6 |
| signature |
1 files changed, 3 insertions(+), 3 deletions(-)
src/Compilation.zig+3-3| ... | ... | @@ -5916,9 +5916,9 @@ pub const FileExt = enum { |
| 5916 | 5916 | .cpp => ".cpp", |
| 5917 | 5917 | .cu => ".cu", |
| 5918 | 5918 | .h => ".h", |
| 5919 | .hpp => ".h", | |
| 5920 | .hm => ".h", | |
| 5921 | .hmm => ".h", | |
| 5919 | .hpp => ".hpp", | |
| 5920 | .hm => ".hm", | |
| 5921 | .hmm => ".hmm", | |
| 5922 | 5922 | .m => ".m", |
| 5923 | 5923 | .mm => ".mm", |
| 5924 | 5924 | .ll => ".ll", |