fix: text following `#else' violates ANSI standard
Pointed out by: ${BDECFLAGS}
This commit is contained in:
parent
e0a509bb08
commit
1e799f5341
@ -326,7 +326,7 @@ typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
|
||||
%#ifdef __cplusplus
|
||||
%extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *);
|
||||
%
|
||||
%#else __STDC__
|
||||
%#else /* __STDC__ */
|
||||
%extern bool_t xdr_netbuf(XDR *, struct netbuf *);
|
||||
%
|
||||
%#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user