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/macro_rules/mod.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/macro_rules/mod.cpp') diff --git a/src/macro_rules/mod.cpp b/src/macro_rules/mod.cpp index 2613a0b4..6410d334 100644 --- a/src/macro_rules/mod.cpp +++ b/src/macro_rules/mod.cpp @@ -1,4 +1,9 @@ /* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * macro_rules/mod.cpp + * - Top-level handling for macro_rules macros */ #include #include "macro_rules.hpp" -- cgit v1.2.3