Fixed a bug when generating some no-arg PROCs
This commit is contained in:
parent
dbf886996a
commit
edc336de7a
|
@ -2017,7 +2017,7 @@ cgenProcCall n as
|
|||
, ",1,ext_args);}"]
|
||||
|
||||
_ -> do genName n
|
||||
tell [" (wptr,"]
|
||||
tell [" (wptr", if null as then "" else ","]
|
||||
(A.Proc _ _ fs _) <- specTypeOfName n
|
||||
call genActuals fs as
|
||||
tell [");\n"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user