mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
parent
f5ef49cf29
commit
5190d26e7e
107 changed files with 2790 additions and 2790 deletions
|
|
@ -784,7 +784,7 @@ def handle_method_cpp(method, classname, out):
|
|||
elif returns_record:
|
||||
out(u' *params->_ret = ')
|
||||
else:
|
||||
out(f' params->_ret = ({declspec(method.result_type, "", "w_")})') # FIXME
|
||||
out(u' params->_ret = ')
|
||||
|
||||
def param_call(name, param):
|
||||
pfx = '&' if param.type.kind == TypeKind.POINTER else ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue