mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 02:49:28 +02:00
* Reinstate ftlongword support, accidentally removed. Fixes issue #41014
This commit is contained in:
parent
db9b2a6a95
commit
8c8bef492f
@ -898,6 +898,8 @@ begin
|
|||||||
begin
|
begin
|
||||||
if AField^.flags and AUTO_INCREMENT_FLAG <> 0 then
|
if AField^.flags and AUTO_INCREMENT_FLAG <> 0 then
|
||||||
NewType := ftAutoInc
|
NewType := ftAutoInc
|
||||||
|
else if AField^.flags and UNSIGNED_FLAG <> 0 then
|
||||||
|
NewType := ftLongWord
|
||||||
else
|
else
|
||||||
NewType := ftInteger;
|
NewType := ftInteger;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user