summaryrefslogtreecommitdiff
path: root/tools/common/path.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
commit42bdc18d4ba8f9fd19109050eb83bb6615539a75 (patch)
tree88501e01485038ad879160383b60c2e02b97f96e /tools/common/path.cpp
parent8d99deade68a9c995101fd5944f9011fcf3dccc7 (diff)
downloadmrust-42bdc18d4ba8f9fd19109050eb83bb6615539a75.tar.gz
All - Ensure that all files have a header comment, remove some dead code
Diffstat (limited to 'tools/common/path.cpp')
-rw-r--r--tools/common/path.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/common/path.cpp b/tools/common/path.cpp
index 12e505bb..4967a1d5 100644
--- a/tools/common/path.cpp
+++ b/tools/common/path.cpp
@@ -1,4 +1,9 @@
/*
+ * mrustc common code
+ * - by John Hodge (Mutabah)
+ *
+ * tools/common/path.cpp
+ * - Generic representation of a filesystem path
*/
#include "path.h"
#if _WIN32