Source position: amigados.pas line 818
type TCLIDataItem = record |
||
cdi_CLINum: LongInt; |
|
|
cdi_DefaultStack: LongInt; |
|
|
cdi_GlobVec: LongInt; |
|
|
cdi_Future: LongWord; |
|
|
cdi_Pri: ShortInt; |
|
|
cdi_Flags: Byte; |
|
|
cdi_Command: array [0..0] of Char; |
|
|
end; |