diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-09-19 12:36:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-19 12:36:43 +0100 |
| commit | 6bbeb0a243b37f03a15671038a0ec65cdd66981e (patch) | |
| tree | 77be66ea3c8078cc2c4b11ec9839818587dfcd3b /core/debug/trace/trace_cpp.odin | |
| parent | a52b1e03219034d13f8f1f1335b54c0678cc7822 (diff) | |
| parent | 29fedc1808c347774971666ecc90b44e1900dc90 (diff) | |
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
Make tags use #+ syntax instead of //+
Diffstat (limited to 'core/debug/trace/trace_cpp.odin')
| -rw-r--r-- | core/debug/trace/trace_cpp.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/debug/trace/trace_cpp.odin b/core/debug/trace/trace_cpp.odin index dc723184a..8ef377cef 100644 --- a/core/debug/trace/trace_cpp.odin +++ b/core/debug/trace/trace_cpp.odin @@ -1,5 +1,5 @@ -//+private file -//+build linux, darwin +#+private file +#+build linux, darwin package debug_trace import "base:intrinsics" |