mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
* Source/NSString: Define _GNU_SOURCE to make protoype of fwprintf
visible. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22838 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
075d73c8b8
commit
ba59f28d5d
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-04-30 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Source/NSString: Define _GNU_SOURCE to make protoype of fwprintf
|
||||
visible.
|
||||
|
||||
2006-04-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSKeyedUnarchiver.m: Fix decoding of NSNull objects.
|
||||
|
|
|
@ -43,6 +43,11 @@
|
|||
Limited choice of default encodings.
|
||||
*/
|
||||
|
||||
/* Needed for visiblity of fwprintf prototype. */
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue