* handle_calling_convention removed from parse_proc_directive to

separate call
This commit is contained in:
peter 2003-10-02 21:20:32 +00:00
parent 9bdadbf909
commit aed5b53816

View File

@ -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