Linux build fixes.

git-svn-id: svn://10.0.0.236/trunk@138361 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-02-24 20:10:08 +00:00
parent 5eedd0c371
commit 505f4e149e
3 changed files with 8 additions and 7 deletions

View File

@@ -89,7 +89,6 @@ namespace MetaData {
baseVal = JS2VAL_VOID;
indexVal = JS2VAL_VOID;
pFrame = NULL;
int i = 0;
while (true) {
try {
a = JS2VAL_VOID;
@@ -541,7 +540,7 @@ namespace MetaData {
if (engine) {
stdOut << bCon->fName << " ";
if (bCon->fName.length() < 30) {
for (int32 i = 0; i < (30 - bCon->fName.length()); i++)
for (uint32 i = 0; i < (30 - bCon->fName.length()); i++)
stdOut << " ";
}
printFormat(stdOut, "%.4d %.4d ", pc - start, (int32)(engine->sp - engine->execStack));