mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Parenthesise the REJECTED macro.
This commit is contained in:
parent
774326ed2e
commit
0c9d3d050e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31538
@ -15,12 +15,12 @@
|
||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Id: lcp.h,v 1.13 1997/11/22 03:37:36 brian Exp $
|
||||
* $Id: lcp.h,v 1.14 1997/12/03 10:23:49 brian Exp $
|
||||
*
|
||||
* TODO:
|
||||
*/
|
||||
|
||||
#define REJECTED(p, x) (p->his_reject & (1<<x))
|
||||
#define REJECTED(p, x) ((p)->his_reject & (1<<(x)))
|
||||
|
||||
struct lcpstate {
|
||||
u_long his_mru;
|
||||
|
Loading…
Reference in New Issue
Block a user