Fixed a bug when generating some no-arg PROCs

This commit is contained in:
Neil Brown 2009-03-31 10:50:52 +00:00
parent dbf886996a
commit edc336de7a

View File

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