(pargdef): Function must take pointer to object.
This commit is contained in:
parent
c920378bae
commit
ecb6516436
@ -190,7 +190,7 @@ pargdef (definition * def)
|
||||
}
|
||||
f_print (fout, "};\n");
|
||||
f_print (fout, "typedef struct %s %s;\n", name, name);
|
||||
storexdrfuncdecl (name, 0);
|
||||
storexdrfuncdecl (name, 1);
|
||||
f_print (fout, "\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user