mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
forgot to add the new self, n parameters in the new stubber
This commit is contained in:
parent
9f239534b4
commit
8357b3afaa
1 changed files with 2 additions and 1 deletions
|
@ -982,7 +982,8 @@
|
|||
|
||||
(define (write-func func)
|
||||
(cat "static sexp " (func-stub-name func)
|
||||
" (sexp ctx" (write-parameters (func-scheme-args func)) ") {\n")
|
||||
" (sexp ctx sexp_api_params(self, n)"
|
||||
(write-parameters (func-scheme-args func)) ") {\n")
|
||||
(write-locals func)
|
||||
(write-validators (func-scheme-args func))
|
||||
(write-temporaries func)
|
||||
|
|
Loading…
Add table
Reference in a new issue