]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/rpc_cout.c
Remove __GNU_LIBRARY__ conditionals from rpcgen.
[thirdparty/glibc.git] / sunrpc / rpc_cout.c
index d003ad7dca7a20b0e2a4b90b30ef384fa4742148..db7b571b33546b49fb5a213acf5946463c2ed540 100644 (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
     {