(pargdef): Function must take pointer to object.

This commit is contained in:
Ulrich Drepper 2001-08-28 09:17:24 +00:00
parent c920378bae
commit ecb6516436
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}