[Plib-devel] "ifdef" vs. "if defined"
Brought to you by:
sjbaker
From: Fay J. F C. AAC/W. <joh...@eg...> - 2004-08-05 20:04:15
|
Gentlemen, Is there a PLIB standard for using "#ifdef" rather than "#if defined" in the code? The former occurs 274 times while the latter occurs 57 times. The latter has the advantage that you can say "#if defined (x) || defined(y)" while I don't think the former supports that. John F. Fay joh...@eg... |