diff options
Diffstat (limited to 'src/trans/allocator.cpp')
-rw-r--r-- | src/trans/allocator.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/trans/allocator.cpp b/src/trans/allocator.cpp index ce4b3340..5f61093d 100644 --- a/src/trans/allocator.cpp +++ b/src/trans/allocator.cpp @@ -1,4 +1,10 @@ - +/* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * trans/allocator.cpp + * - Handling for switchable allocator backends + */ #include "allocator.hpp" |