summaryrefslogtreecommitdiff
path: root/src/ast/macro.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/macro.hpp')
-rw-r--r--src/ast/macro.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ast/macro.hpp b/src/ast/macro.hpp
index 84baa5a3..5b2223ce 100644
--- a/src/ast/macro.hpp
+++ b/src/ast/macro.hpp
@@ -1,4 +1,10 @@
-
+/*
+ * MRustC - Mutabah's Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * ast/macro.hpp
+ * - AST representation of a macro invocation
+ */
#ifndef _AST_MACRO_HPP_
#define _AST_MACRO_HPP_