mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Remove __GNU_LIBRARY__ conditionals from rpcgen.
This commit is contained in:
@@ -416,13 +416,11 @@ emit_union (const definition * def)
|
||||
free (object);
|
||||
f_print (fout, "\t\tbreak;\n");
|
||||
}
|
||||
#ifdef __GNU_LIBRARY__
|
||||
else
|
||||
{
|
||||
f_print (fout, "\tdefault:\n");
|
||||
f_print (fout, "\t\tbreak;\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user