mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
* toper.val : aint => tcgint, needed at least for avr
git-svn-id: trunk@20018 -
This commit is contained in:
parent
02d3855fde
commit
9375945082
@ -216,7 +216,7 @@ interface
|
||||
top_none : ();
|
||||
top_reg : (reg:tregister);
|
||||
top_ref : (ref:preference);
|
||||
top_const : (val:aint);
|
||||
top_const : (val:tcgint);
|
||||
top_bool : (b:boolean);
|
||||
{ local varsym that will be inserted in pass_generate_code }
|
||||
top_local : (localoper:plocaloper);
|
||||
|
Loading…
Reference in New Issue
Block a user