This commit is contained in:
warren%netscape.com 1999-11-20 05:46:04 +00:00
Родитель 3693ef82f8
Коммит 1948c505e0
3 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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)
{

Просмотреть файл

@ -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)
{

Просмотреть файл

@ -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)
{