mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 19:43:15 +01:00
* handle_calling_convention removed from parse_proc_directive to
separate call
This commit is contained in:
parent
9bdadbf909
commit
aed5b53816
@ -1082,6 +1082,9 @@ implementation
|
||||
while try_consume_hintdirective(pd.symoptions) do
|
||||
Consume(_SEMICOLON);
|
||||
|
||||
{ Set calling convention }
|
||||
handle_calling_convention(pd);
|
||||
|
||||
{ everything of the proc definition is known, we can now
|
||||
calculate the parameters }
|
||||
calc_parast(pd);
|
||||
@ -1304,7 +1307,11 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.155 2003-10-01 20:34:49 peter
|
||||
Revision 1.156 2003-10-02 21:20:32 peter
|
||||
* handle_calling_convention removed from parse_proc_directive to
|
||||
separate call
|
||||
|
||||
Revision 1.155 2003/10/01 20:34:49 peter
|
||||
* procinfo unit contains tprocinfo
|
||||
* cginfo renamed to cgbase
|
||||
* moved cgmessage to verbose
|
||||
|
||||
Loading…
Reference in New Issue
Block a user