зеркало из https://github.com/mozilla/gecko-dev.git
Move declaration to where the function is used.
This commit is contained in:
Родитель
68a7e5f818
Коммит
624dc7d802
|
@ -27,6 +27,9 @@
|
|||
#include "nsICategoryManager.h"
|
||||
#include "nsCategoryManagerUtils.h"
|
||||
|
||||
extern "C" int MOZ_XMLCheckQName(const char* ptr, const char* end,
|
||||
int ns_aware, const char** colon);
|
||||
|
||||
nsParserService::nsParserService() : mEntries(0)
|
||||
{
|
||||
mHaveNotifiedCategoryObservers = PR_FALSE;
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "nsDTDUtils.h"
|
||||
#include "nsVoidArray.h"
|
||||
|
||||
extern "C" int MOZ_XMLCheckQName(const char* ptr, const char* end,
|
||||
int ns_aware, const char** colon);
|
||||
extern "C" int MOZ_XMLIsLetter(const char* ptr);
|
||||
extern "C" int MOZ_XMLIsNCNameChar(const char* ptr);
|
||||
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
#include "nsICategoryManager.h"
|
||||
#include "nsCategoryManagerUtils.h"
|
||||
|
||||
extern "C" int MOZ_XMLCheckQName(const char* ptr, const char* end,
|
||||
int ns_aware, const char** colon);
|
||||
|
||||
nsParserService::nsParserService() : mEntries(0)
|
||||
{
|
||||
mHaveNotifiedCategoryObservers = PR_FALSE;
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "nsDTDUtils.h"
|
||||
#include "nsVoidArray.h"
|
||||
|
||||
extern "C" int MOZ_XMLCheckQName(const char* ptr, const char* end,
|
||||
int ns_aware, const char** colon);
|
||||
extern "C" int MOZ_XMLIsLetter(const char* ptr);
|
||||
extern "C" int MOZ_XMLIsNCNameChar(const char* ptr);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче