Mercurial > mplayer.hg
changeset 25552:21f17f58f5bc
Add a comment that explains why this header has no multiple inclusion guards.
author | diego |
---|---|
date | Tue, 01 Jan 2008 21:20:06 +0000 |
parents | d88f5f82826e |
children | 6ac1ece1f9fe |
files | cfg-common.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 --------------------