[MPlayer-cvslog] r25580 - trunk/cfg-common.h
    diego 
    subversion at mplayerhq.hu
       
    Tue Jan  1 22:20:06 CET 2008
    
    
  
Author: diego
Date: Tue Jan  1 22:20:06 2008
New Revision: 25580
Log:
Add a comment that explains why this header has no multiple inclusion guards.
Modified:
   trunk/cfg-common.h
Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Tue Jan  1 22:20:06 2008
@@ -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 --------------------
    
    
More information about the MPlayer-cvslog
mailing list