mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 11:59:19 +02:00
* Patch from Oliver that corrects some % directives in the testsuite. Mantis 16134
git-svn-id: trunk@15095 -
This commit is contained in:
parent
c879230f08
commit
67b7762c34
@ -1,4 +1,4 @@
|
|||||||
{ %target=i386 }
|
{ %CPU=i386 }
|
||||||
{$asmmode intel}
|
{$asmmode intel}
|
||||||
|
|
||||||
var
|
var
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %target=i386 }
|
{ %cpu=i386 }
|
||||||
{ Source provided for Free Pascal Bug Report 2377 }
|
{ Source provided for Free Pascal Bug Report 2377 }
|
||||||
{ Submitted by "Christian Keck" on 2003-02-12 }
|
{ Submitted by "Christian Keck" on 2003-02-12 }
|
||||||
{ e-mail: c.keck@gmx.net }
|
{ e-mail: c.keck@gmx.net }
|
||||||
|
Loading…
Reference in New Issue
Block a user