fix: text following `#else' violates ANSI standard

Pointed out by: ${BDECFLAGS}
This commit is contained in:
Alfred Perlstein 2001-03-26 00:35:23 +00:00
parent e0a509bb08
commit 1e799f5341
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74801

View File

@ -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