Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan

This commit is contained in:
Arpad Borsos
2008-10-10 17:04:34 +02:00
parent fd920902d9
commit 1b55360c07
259 changed files with 850 additions and 871 deletions

View File

@@ -139,7 +139,7 @@ _scriptObFromJSDScriptPtr( ExecEnv* ee, JSDScript* jsdscript )
/***************************************************************************/
void PR_CALLBACK
void
_scriptHook( JSDContext* jsdc,
JSDScript* jsdscript,
JSBool creating,
@@ -221,7 +221,7 @@ _scriptHook( JSDContext* jsdc,
}
/***************************************************************************/
PRUintn PR_CALLBACK
PRUintn
_executionHook( JSDContext* jsdc,
JSDThreadState* jsdstate,
PRUintn type,
@@ -340,7 +340,7 @@ _executionHook( JSDContext* jsdc,
return JSD_HOOK_RETURN_CONTINUE;
}
PRUintn PR_CALLBACK
PRUintn
_errorReporter( JSDContext* jsdc,
JSContext* cx,
const char* message,