Added isascii for mac

git-svn-id: svn://10.0.0.236/trunk@54040 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 1999-11-20 05:46:04 +00:00
parent 460bc80b0e
commit cde014ca66
3 changed files with 12 additions and 0 deletions

View File

@ -779,6 +779,10 @@ nsStr::HashCode(const nsStr& aDest)
#include <ctype.h>
#ifdef XP_MAC
#define isascii(c) ((unsigned)(c) < 0x80)
#endif
void
nsStr::Print(const nsStr& aDest, FILE* out, PRBool truncate)
{

View File

@ -779,6 +779,10 @@ nsStr::HashCode(const nsStr& aDest)
#include <ctype.h>
#ifdef XP_MAC
#define isascii(c) ((unsigned)(c) < 0x80)
#endif
void
nsStr::Print(const nsStr& aDest, FILE* out, PRBool truncate)
{

View File

@ -779,6 +779,10 @@ nsStr::HashCode(const nsStr& aDest)
#include <ctype.h>
#ifdef XP_MAC
#define isascii(c) ((unsigned)(c) < 0x80)
#endif
void
nsStr::Print(const nsStr& aDest, FILE* out, PRBool truncate)
{