Explorar el Código

* fixed test, alignment directives require a = between type and value

git-svn-id: trunk@17759 -
florian hace 14 años
padre
commit
c7aa9e40cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/webtbs/tw2998.pp

+ 1 - 1
tests/webtbs/tw2998.pp

@@ -12,7 +12,7 @@ uses
 type
         vector4 = array[0..3] of single;
 
-{$codealign varmax 16}
+{$codealign varmax=16}
 var
         a,b,c :vector4;
 begin