changing a string constant, comenting out a DEBUG_rginda

use more descriptive url when compiling prettyprint changes
This commit is contained in:
rginda%netscape.com 2002-01-31 00:37:28 +00:00
Родитель 2f09854c0e
Коммит 5c6b2bdff4
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1007,7 +1007,7 @@ jsdScript::CreatePPLineMap()
fun = JS_CompileUCFunction (cx, obj, "ppfun", fun->nargs, argnames,
JS_GetStringChars(jsstr),
JS_GetStringLength(jsstr),
"jsd:ppfun", 3);
"x-jsd:internal:ppbuffer:function", 3);
if (!fun || !(script = JS_GetFunctionScript(cx, fun)))
return 0;
baseLine = 3;
@ -1020,7 +1020,7 @@ jsdScript::CreatePPLineMap()
script = JS_CompileUCScript (cx, obj,
JS_GetStringChars(jsstr),
JS_GetStringLength(jsstr),
"jsd:ppscript", 1);
"x-jsd:internal:ppbuffer:script", 1);
if (!script)
return 0;
scriptOwner = PR_TRUE;

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

@ -42,9 +42,9 @@
#include "nsCOMPtr.h"
#include "nspr.h"
#if defined(DEBUG_rginda_l)
# define DEBUG_verbose
#endif
// #if defined(DEBUG_rginda_l)
// # define DEBUG_verbose
// #endif
struct LiveEphemeral {
/* link in a chain of live values list */