# HG changeset patch # User diego # Date 1199222406 0 # Node ID 21f17f58f5bcf7b0e728cbc624e22ef92758d1a1 # Parent d88f5f82826e6405100e85bba8923ec93dfc853f Add a comment that explains why this header has no multiple inclusion guards. diff -r d88f5f82826e -r 21f17f58f5bc cfg-common.h --- a/cfg-common.h Tue Jan 01 20:21:20 2008 +0000 +++ b/cfg-common.h Tue Jan 01 21:20:06 2008 +0000 @@ -1,3 +1,6 @@ +/* This header intentionally has no multiple inclusion guards. It gets + * #included twice from both cfg-mplayer.h and cfg-mencoder.h. */ + #ifdef MAIN_CONF /* this will be included in conf[] */ // ------------------------- common options --------------------