summaryrefslogtreecommitdiff
path: root/src/expand/stringify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/stringify.cpp')
-rw-r--r--src/expand/stringify.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/expand/stringify.cpp b/src/expand/stringify.cpp
index 2d70ca27..ce16847b 100644
--- a/src/expand/stringify.cpp
+++ b/src/expand/stringify.cpp
@@ -1,7 +1,13 @@
/*
+ * MRustC - Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * expand/stringify.cpp
+ * - stringify! macro
*/
#include <synext.hpp>
#include "../parse/common.hpp"
+#include "../parse/ttstream.hpp"
class CExpander:
public ExpandProcMacro