From 1991fa031c685d5cdcfc07cfea552bd7c33804e9 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 9 Mar 2012 22:46:12 +0000 Subject: Remove __GNU_LIBRARY__ conditionals from rpcgen. --- sunrpc/rpc_cout.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sunrpc/rpc_cout.c') diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index d003ad7..db7b571 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 { -- cgit v1.1