diff options
Diffstat (limited to 'src/include/compile_error.hpp')
-rw-r--r-- | src/include/compile_error.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/compile_error.hpp b/src/include/compile_error.hpp index f88cbe58..d813d83a 100644 --- a/src/include/compile_error.hpp +++ b/src/include/compile_error.hpp @@ -1,4 +1,9 @@ /* + * MRustC - Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * include/compile_error.hpp + * - Front-end compiler error exception classes */ #ifndef _COMPILE_ERROR_H_ #define _COMPILE_ERROR_H_ |