зеркало из https://github.com/mozilla/pjs.git
Build fix. This is a C file, so C++ comments are actually _wrong_ on platforms using competent native compilers.
This commit is contained in:
Родитель
0e86352c40
Коммит
9fc7c99246
|
@ -522,7 +522,7 @@ PR_IMPLEMENT(void) PREF_Cleanup()
|
|||
/* Frees up all the objects except the callback list. */
|
||||
PR_IMPLEMENT(void) PREF_CleanupPrefs()
|
||||
{
|
||||
gMochaTaskState = NULL; // We -don't- destroy this.
|
||||
gMochaTaskState = NULL; /* We -don't- destroy this. */
|
||||
|
||||
if (gMochaContext) {
|
||||
gMochaPrefObject = NULL;
|
||||
|
|
|
@ -522,7 +522,7 @@ PR_IMPLEMENT(void) PREF_Cleanup()
|
|||
/* Frees up all the objects except the callback list. */
|
||||
PR_IMPLEMENT(void) PREF_CleanupPrefs()
|
||||
{
|
||||
gMochaTaskState = NULL; // We -don't- destroy this.
|
||||
gMochaTaskState = NULL; /* We -don't- destroy this. */
|
||||
|
||||
if (gMochaContext) {
|
||||
gMochaPrefObject = NULL;
|
||||
|
|
Загрузка…
Ссылка в новой задаче