Browse Source

* Renamed so compiling with Delphi can be done

git-svn-id: trunk@6617 -
michael 18 years ago
parent
commit
8b60a69fb2
4 changed files with 3 additions and 3 deletions
  1. 3 3
      .gitattributes
  2. 0 0
      fcl/db/bufdataset.pas
  3. 0 0
      fcl/db/db.pas
  4. 0 0
      fcl/db/dbconst.pas

+ 3 - 3
.gitattributes

@@ -606,12 +606,12 @@ fcl/db/Dataset.txt svneol=native#text/plain
 fcl/db/Makefile svneol=native#text/plain
 fcl/db/Makefile.fpc svneol=native#text/plain
 fcl/db/README -text
-fcl/db/bufdataset.pp svneol=native#text/plain
+fcl/db/bufdataset.pas svneol=native#text/plain
 fcl/db/bufdataset_parser.pp svneol=native#text/plain
 fcl/db/database.inc svneol=native#text/plain
 fcl/db/dataset.inc svneol=native#text/plain
 fcl/db/datasource.inc svneol=native#text/plain
-fcl/db/db.pp svneol=native#text/plain
+fcl/db/db.pas svneol=native#text/plain
 fcl/db/dbase/Makefile svneol=native#text/plain
 fcl/db/dbase/Makefile.fpc svneol=native#text/plain
 fcl/db/dbase/dbf.pas svneol=native#text/plain
@@ -652,7 +652,7 @@ fcl/db/dbase/package.txt svneol=native#text/plain
 fcl/db/dbase/readme.txt svneol=native#text/plain
 fcl/db/dbase/tdbf_l.pas svneol=native#text/plain
 fcl/db/dbase/testdbf.pp svneol=native#text/plain
-fcl/db/dbconst.pp svneol=native#text/plain
+fcl/db/dbconst.pas svneol=native#text/plain
 fcl/db/dbwhtml.pp svneol=native#text/plain
 fcl/db/dsparams.inc svneol=native#text/plain
 fcl/db/fields.inc svneol=native#text/plain

+ 0 - 0
fcl/db/bufdataset.pp → fcl/db/bufdataset.pas


+ 0 - 0
fcl/db/db.pp → fcl/db/db.pas


+ 0 - 0
fcl/db/dbconst.pp → fcl/db/dbconst.pas