From 42bdc18d4ba8f9fd19109050eb83bb6615539a75 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 4 Jun 2018 13:21:22 +0800 Subject: All - Ensure that all files have a header comment, remove some dead code --- tools/common/path.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/common/path.cpp') 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 -- cgit v1.2.3