mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 10:06:00 +02:00
* renamed tw13345y.pp to uw13345y because it's a unit (otherwise its
object file is not available for linking when tw13345x is recompiled) git-svn-id: trunk@12959 -
This commit is contained in:
parent
6a813b8e7b
commit
0698678f86
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -8809,7 +8809,6 @@ tests/webtbs/tw13318.pp svneol=native#text/plain
|
||||
tests/webtbs/tw1333.pp svneol=native#text/plain
|
||||
tests/webtbs/tw13343.pp svneol=native#text/plain
|
||||
tests/webtbs/tw13345x.pp svneol=native#text/plain
|
||||
tests/webtbs/tw13345y.pp svneol=native#text/plain
|
||||
tests/webtbs/tw1348.pp svneol=native#text/plain
|
||||
tests/webtbs/tw1351.pp svneol=native#text/plain
|
||||
tests/webtbs/tw1364.pp svneol=native#text/plain
|
||||
@ -9699,6 +9698,7 @@ tests/webtbs/uw1181.inc svneol=native#text/plain
|
||||
tests/webtbs/uw1279.pp svneol=native#text/plain
|
||||
tests/webtbs/uw13015.pp svneol=native#text/plain
|
||||
tests/webtbs/uw1331.pp svneol=native#text/plain
|
||||
tests/webtbs/uw13345y.pp svneol=native#text/plain
|
||||
tests/webtbs/uw2004.inc svneol=native#text/plain
|
||||
tests/webtbs/uw2040.pp svneol=native#text/plain
|
||||
tests/webtbs/uw2266a.inc svneol=native#text/plain
|
||||
|
@ -4,7 +4,7 @@
|
||||
{$mode delphi}
|
||||
|
||||
uses
|
||||
tw13345y;
|
||||
uw13345y;
|
||||
|
||||
type
|
||||
tc = class(tinterfacedobject,ta)
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit tw13345y;
|
||||
unit uw13345y;
|
||||
|
||||
{$mode delphi}
|
||||
|
Loading…
Reference in New Issue
Block a user