set this to 4 to specify how much X/Open we want with that.

* e-dateedit.c (_XOPEN_SOURCE): set this to 4 to specify how much
	X/Open we want with that.

svn path=/trunk/; revision=5491
This commit is contained in:
Dan Winship
2000-09-18 19:55:34 +00:00
parent 37d47c916d
commit 69f1890908
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-09-18 Dan Winship <danw@helixcode.com>
* e-dateedit.c (_XOPEN_SOURCE): set this to 4 to specify how much
X/Open we want with that.
2000-09-18 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and

View File

@ -31,7 +31,7 @@
*/
/* We need this for strptime. */
#define _XOPEN_SOURCE
#define _XOPEN_SOURCE 4
#include <config.h>
#include <ctype.h>