re-enables nsDebug in xpcom glue. 191005 , r=chak, sr=darin, a=dbaron

This commit is contained in:
dougt%netscape.com 2003-01-30 00:34:03 +00:00
Родитель 6642f31251
Коммит 53eb543117
4 изменённых файлов: 3 добавлений и 4 удалений

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

@ -40,7 +40,6 @@ LOCAL_INCLUDES = \
CPPSRCS = \
$(XPCOM_GLUE_SRC_LCSRCS) \
nsDebug.cpp \
$(NULL)
SDK_HEADERS = \

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

@ -36,6 +36,7 @@
XPCOM_GLUE_SRC_LCSRCS = \
nsCOMPtr.cpp \
nsDebug.cpp \
nsGenericFactory.cpp \
nsIInterfaceRequestorUtils.cpp \
nsMemory.cpp \

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

@ -57,7 +57,6 @@ CPPSRCS = \
$(XPCOM_GLUE_SRC_LCSRCS) \
nsXPCOMGlue.cpp \
nsGREDirServiceProvider.cpp \
nsDebugGlue.cpp \
$(NULL)
SDK_HEADERS = \

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

@ -305,8 +305,8 @@ nsGREDirServiceProvider::AddGRELocationToPath()
mPathEnvString = PR_smprintf("%s=%s;%s",
XPCOM_SEARCH_KEY,
path,
grePath);
grePath,
path);
PR_SetEnv(mPathEnvString);
free(grePath);
}