Making str_escape available for jsfile use. r=mccabe.

This commit is contained in:
rogerl%netscape.com 1999-10-07 20:41:15 +00:00
Родитель dac74252b1
Коммит a6311b8044
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -105,7 +105,7 @@ static const unsigned char netCharType[256] =
#define IS_OK(C, mask) (netCharType[((unsigned char) (C))] & (mask))
/* See ECMA-262 15.1.2.4. */
static JSBool
JSBool
str_escape(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
{
JSString *str;