mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 16:29:27 +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
|
||||
if AField^.flags and AUTO_INCREMENT_FLAG <> 0 then
|
||||
NewType := ftAutoInc
|
||||
else if AField^.flags and UNSIGNED_FLAG <> 0 then
|
||||
NewType := ftLongWord
|
||||
else
|
||||
NewType := ftInteger;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user