From 42bdc18d4ba8f9fd19109050eb83bb6615539a75 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 4 Jun 2018 13:21:22 +0800 Subject: All - Ensure that all files have a header comment, remove some dead code --- src/expand/std_prelude.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/expand/std_prelude.cpp') diff --git a/src/expand/std_prelude.cpp b/src/expand/std_prelude.cpp index 6b81b71e..d6022959 100644 --- a/src/expand/std_prelude.cpp +++ b/src/expand/std_prelude.cpp @@ -1,4 +1,9 @@ /* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * expand/std_prelude.cpp + * - Handling of no_std/no_core/no_prelude */ #include #include -- cgit v1.2.3