OSDN Git Service

7b9f9bae9618cc044e601f3b2ef0872c02eaa442
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / rpc / xdr.h
1 /*  DO NOT EDIT THIS FILE.
2
3     It has been auto-edited by fixincludes from:
4
5         "fixinc/tests/inc/rpc/xdr.h"
6
7     This had to be done to correct non-standard usages in the
8     original, manufacturer supplied header file.  */
9
10
11
12 #if defined( RPC_XDR_LVALUE_CAST_A_CHECK )
13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
14 #endif  /* RPC_XDR_LVALUE_CAST_A_CHECK */
15
16
17 #if defined( RPC_XDR_LVALUE_CAST_B_CHECK )
18 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))
19 #endif  /* RPC_XDR_LVALUE_CAST_B_CHECK */
20
21
22 #if defined( STRUCT_FILE_CHECK )
23 struct __file_s;
24 extern void xdrstdio_create( struct __file_s* );
25 #endif  /* STRUCT_FILE_CHECK */