mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:19:24 +02:00
* fixed test, alignment directives require a = between type and value
git-svn-id: trunk@17759 -
This commit is contained in:
parent
37b8b791d5
commit
c7aa9e40cf
@ -12,7 +12,7 @@ uses
|
||||
type
|
||||
vector4 = array[0..3] of single;
|
||||
|
||||
{$codealign varmax 16}
|
||||
{$codealign varmax=16}
|
||||
var
|
||||
a,b,c :vector4;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user