From 6612bb44347f5b978356417125a92a715900236b Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 6 Jan 2020 14:58:06 +0000 Subject: [PATCH] * proper naming git-svn-id: trunk@43871 - --- .gitattributes | 2 +- compiler/{cprofile.pp => cprofile.pas} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename compiler/{cprofile.pp => cprofile.pas} (100%) diff --git a/.gitattributes b/.gitattributes index 5fac888f08..78b392e86d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -163,7 +163,7 @@ compiler/compinnr.pas svneol=native#text/plain compiler/comprsrc.pas svneol=native#text/plain compiler/constexp.pas svneol=native#text/x-pascal compiler/cpid.pas svneol=native#text/plain -compiler/cprofile.pp svneol=native#text/pascal +compiler/cprofile.pas svneol=native#text/pascal compiler/crefs.pas svneol=native#text/plain compiler/cresstr.pas svneol=native#text/plain compiler/cscript.pas svneol=native#text/plain diff --git a/compiler/cprofile.pp b/compiler/cprofile.pas similarity index 100% rename from compiler/cprofile.pp rename to compiler/cprofile.pas