Mercurial > mplayer.hg
changeset 28236:8e24df458309
Remove unnecessary local definition of _ISOC9X_SOURCE.
author | diego |
---|---|
date | Mon, 05 Jan 2009 21:55:19 +0000 |
parents | 0067ac8f41af |
children | ef06790a305d |
files | libaf/af_format.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_format.c Mon Jan 05 21:37:47 2009 +0000 +++ b/libaf/af_format.c Mon Jan 05 21:55:19 2009 +0000 @@ -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>