summaryrefslogtreecommitdiff
path: root/src/include/synext_macro.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/synext_macro.hpp')
-rw-r--r--src/include/synext_macro.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/synext_macro.hpp b/src/include/synext_macro.hpp
index 0359d508..d414ceb0 100644
--- a/src/include/synext_macro.hpp
+++ b/src/include/synext_macro.hpp
@@ -1,4 +1,9 @@
/*
+ * MRustC - Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * include/synext_macro.hpp
+ * - Macro-style syntax extensions ( `foo!()` )
*/
#pragma once
#ifndef _SYNEXT_MACRO_HPP_