mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Wed Jun 26 01:58:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sunrpc/xdr.c (xdr_int): #if 0 out unresolved references in dead code.
This commit is contained in:
parent
23586dcc72
commit
be64fe6d86
@ -119,10 +119,13 @@ xdr_int(xdrs, ip)
|
|||||||
} else if (sizeof (int) == sizeof (short)) {
|
} else if (sizeof (int) == sizeof (short)) {
|
||||||
return (xdr_short(xdrs, (short *)ip));
|
return (xdr_short(xdrs, (short *)ip));
|
||||||
} else {
|
} else {
|
||||||
|
abort (); /* roland@gnu */
|
||||||
|
#if 0
|
||||||
/* force unresolved reference (link-time error): */
|
/* force unresolved reference (link-time error): */
|
||||||
extern unexpected_sizes_in_xdr_int ();
|
extern unexpected_sizes_in_xdr_int ();
|
||||||
|
|
||||||
unexpected_sizes_in_xdr_int();
|
unexpected_sizes_in_xdr_int();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user