1
0
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:
Joseph Myers
2012-03-09 22:46:12 +00:00
parent 60d6f5a6f5
commit 1991fa031c
4 changed files with 7 additions and 57 deletions

View File

@@ -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
{