On Mon, 17 Nov 2003, Leopold Toetsch wrote:
> Melvin Smith <[EMAIL PROTECTED]> wrote:
> > * Add check for 0 arguments in PCC subs to skip code generate for
> > proto/nonproto
> >argument checking if there are no args. (Leo check this if it is the right
> >thing to do?)
>
> Looks good, but
Melvin Smith <[EMAIL PROTECTED]> wrote:
> * Add check for 0 arguments in PCC subs to skip code generate for
> proto/nonproto
>argument checking if there are no args. (Leo check this if it is the right
>thing to do?)
Looks good, but might not be compliant with Dan's runtime check
philosophy
More IMCC rearchitecture and directive changes.
.pcc_sub is now deprecated (but supported for a while).
(All other .pcc_* directives are still enabled).
Use .sub for all subroutines from now on. Even though .sub is now a PCC sub,
this should not break existing code that uses the old stack passing