mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 15:29:53 +02:00

U compiler/defutil.pas A tests/webtbf/tw35671.pp -- Aufzeichnung der Informationen für Zusammenführung von r42272 in ».«: U . -- Zusammenführen von r42274 in ».«: U compiler/cgbase.pas -- Aufzeichnung der Informationen für Zusammenführung von r42274 in ».«: G . -- Zusammenführen von r42275 in ».«: U compiler/defcmp.pas C compiler/defutil.pas U compiler/ncnv.pas U compiler/ncon.pas U compiler/ngtcon.pas U compiler/ninl.pas U compiler/pstatmnt.pas A tests/webtbf/tw35753.pp -- Aufzeichnung der Informationen für Zusammenführung von r42275 in ».«: G . git-svn-id: branches/fixes_3_2@43367 -
13 lines
211 B
ObjectPascal
13 lines
211 B
ObjectPascal
{ %fail }
|
|
{ %OPT=-vw -Sew }
|
|
|
|
type
|
|
TRegister = (
|
|
TRegisterLowEnum := Low(longint),
|
|
TRegisterHighEnum := High(longint)
|
|
);
|
|
const
|
|
NR_INVALID = tregister($fffffffff);
|
|
begin
|
|
end.
|