From: Florian Liekweg Date: Wed, 13 Oct 2004 08:39:59 +0000 (+0000) Subject: need strdup X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=758b8d4c04c88f22cfc46c8b10a1e1b12de8a382;p=libfirm need strdup [r4114] --- diff --git a/ir/external/read.h b/ir/external/read.h index d623979c4..945e7979b 100644 --- a/ir/external/read.h +++ b/ir/external/read.h @@ -28,9 +28,9 @@ # include "entity.h" /* we need strdup */ -# ifndef _BSD_SOURCE -# define _BSD_SOURCE -# endif /* ! defined _BSD_SOURCE */ +# ifndef _GNU_SOURCE +# define _GNU_SOURCE +# endif /* ! defined _GNU_SOURCE */ # define MY_ENCODING "ISO-8859-1" @@ -210,6 +210,9 @@ void extern_cleanup (void); /* $Log$ + Revision 1.3 2004/10/13 08:39:59 liekweg + need strdup + Revision 1.2 2004/10/11 15:56:09 liekweg Cleanup, comments ... Added init func --flo