# HG changeset patch # User diego # Date 1192613688 0 # Node ID 74db916a3715d339519c0a341bb47295a0b5e894 # Parent 1876bc447aa403018bcb130bc8ed599a91a7e588 Add a comment that explains why this header lacks multiple inclusion guards. diff -r 1876bc447aa4 -r 74db916a3715 imgconvert_template.h --- a/imgconvert_template.h Wed Oct 17 09:31:06 2007 +0000 +++ b/imgconvert_template.h Wed Oct 17 09:34:48 2007 +0000 @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/* This header has no multiple inclusion guards as it gets + * included multiple times. */ + #ifndef RGB_OUT #define RGB_OUT(d, r, g, b) RGBA_OUT(d, r, g, b, 0xff) #endif