[MPlayer-cvslog] r28271 - trunk/libaf/af_format.c

diego subversion at mplayerhq.hu
Mon Jan 5 22:55:19 CET 2009


Author: diego
Date: Mon Jan  5 22:55:19 2009
New Revision: 28271

Log:
Remove unnecessary local definition of _ISOC9X_SOURCE.

Modified:
   trunk/libaf/af_format.c

Modified: trunk/libaf/af_format.c
==============================================================================
--- trunk/libaf/af_format.c	Mon Jan  5 22:37:47 2009	(r28270)
+++ trunk/libaf/af_format.c	Mon Jan  5 22:55:19 2009	(r28271)
@@ -20,9 +20,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-// Must be defined before any libc headers are included!
-#define _ISOC9X_SOURCE
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



More information about the MPlayer-cvslog mailing list