mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
* GSWeb.framework/NSString+HTML.m: Include limits.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19248 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa6af67346
commit
c2b2b88402
2 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
([GSWSession permanentPageCacheSize], [GSWSession pageCacheSize]):
|
||||
Replace uint with unsigned int.
|
||||
|
||||
* GSWeb.framework/NSString+HTML.m: Include limits.h.
|
||||
|
||||
2004-05-06 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* INSTALL: Update prerequisites.
|
||||
|
|
|
@ -34,6 +34,8 @@ RCS_ID("$Id$")
|
|||
|
||||
#include "GSWeb.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
static NSArray* normalChars=nil;
|
||||
static NSArray* htmlChars=nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue