simplification, including use of strtoull() everywhere

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35503 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-09-03 13:36:45 +00:00
parent a553252cc9
commit 0623c0c0c2
33 changed files with 41 additions and 66 deletions

View file

@ -49,12 +49,11 @@
#import "GSPrivate.h"
#ifdef HAVE_MALLOC_H
#if defined(__OpenBSD__)
#include <stdlib.h>
#else
#if !defined(__OpenBSD__)
#include <malloc.h>
#endif
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif