1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

(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

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