diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 22:46:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 22:46:12 +0000 |
commit | 1991fa031c685d5cdcfc07cfea552bd7c33804e9 (patch) | |
tree | d7f55b91348302d3b2f679eb8e5d6b144a18b504 /sunrpc/rpc_cout.c | |
parent | 60d6f5a6f50d838bcb4240fcc0223cac445c6c83 (diff) | |
download | glibc-1991fa031c685d5cdcfc07cfea552bd7c33804e9.tar.gz |
Remove __GNU_LIBRARY__ conditionals from rpcgen.
Diffstat (limited to 'sunrpc/rpc_cout.c')
-rw-r--r-- | sunrpc/rpc_cout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index d003ad7dca..db7b571b33 100644 --- a/sunrpc/rpc_cout.c +++ b/sunrpc/rpc_cout.c @@ -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 { |