summaryrefslogtreecommitdiff
path: root/utils/bin2obj.pp
diff options
context:
space:
mode:
authorfpc <fpc@3ad0048d-3df7-0310-abae-a5850022a9f2>2005-05-21 09:42:41 +0000
committerfpc <fpc@3ad0048d-3df7-0310-abae-a5850022a9f2>2005-05-21 09:42:41 +0000
commit79bf063fa0a67165f4c25e5a9154a7f945041993 (patch)
tree3fa038ca4b8f13581358a320b880b21c68df167b /utils/bin2obj.pp
parentdf06061659b43253551368dbb4ae6294605082fe (diff)
downloadfpc-79bf063fa0a67165f4c25e5a9154a7f945041993.tar.gz
* log and id tags removed
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@42 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils/bin2obj.pp')
-rw-r--r--utils/bin2obj.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/bin2obj.pp b/utils/bin2obj.pp
index 88ed74e3fd..558ed34ef0 100644
--- a/utils/bin2obj.pp
+++ b/utils/bin2obj.pp
@@ -1,6 +1,5 @@
program bin2obj;
{
- $Id: bin2obj.pp,v 1.5 2002/09/07 15:40:30 peter Exp $
This file is part of the Free Pascal run time library.
Copyright (c) 1999-2000 by Michael Van Canneyt, member of the
Free Pascal development team
@@ -250,10 +249,3 @@ begin
If CompileUNit then
CompileTheUnit;
end.
-
-{
- $Log: bin2obj.pp,v $
- Revision 1.5 2002/09/07 15:40:30 peter
- * old logs removed and tabs fixed
-
-}