Subject: Re: cdev vs. bdev (32 bit dev_t) To: None <tech-kern@NetBSD.ORG, tv@NetBSD.ORG> From: Jason Brazile <jason@sunra.csci.unt.edu> List: tech-kern Date: 01/13/1998 09:47:10
> (On a sidenote, is there an easy way to make a major() macro turn into an
> error that GCC will actually display instead of just a `syntax error'?)
Something like this perhaps?
#error "You lose"
Jason