Messages in this thread |  | | Subject | Re: [BUG] Bad #define, nonportable C, missing {} | Date | Mon, 26 Nov 2001 20:28:03 +0000 (GMT) | From | Alan Cox <> |
| |
> > MODINC(x,y) (x = (x % y) + 1) > > drivers/message/i2o/i2o_config.c:#define MODINC(x,y) (x = x++ % y) > > Alan, can you clarify what this macro is doing? > What about making it less confusing?
Nothing to do with me 8). I didnt write that bit of the i2o code. I agree its both confusing and buggy. Send a fix ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |