[PATCH 10/30] cr: core stuff

Alexey Dobriyan adobriyan at gmail.com
Mon Apr 13 01:10:50 PDT 2009


On Fri, Apr 10, 2009 at 12:19:23PM -0400, Brian Haley wrote:
> Alexey Dobriyan wrote:
> > And of course, I don't want to see multiline
> > 
> > 	vmflags &= ~(VM_READ|VM_WRITE|
> > 			[5 lines skipped]
> 
> Then why don't you:
> 
> #define VM_CR_FOO (VM_READ|VM_WRITE|...)
> 
> 	vmflags &= ~VM_CR_FOO;

This won't fix "multiline" part.


More information about the Containers mailing list