Remove extra duplicate symbols in mailnews. Fiiiiiine!

This commit is contained in:
cathleen%netscape.com 2001-06-20 21:53:15 +00:00
parent a9bac5d02b
commit 3f81c37b06
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ static NS_DEFINE_CID( kImportServiceCID, NS_IMPORTSERVICE_CID);
#ifdef IMPORT_DEBUG
char *p_test_headers =
static char *p_test_headers =
"Received: from netppl.fi (IDENT:monitor@get.freebsd.because.microsoftsucks.net [209.3.31.115])\n\
by mail4.sirius.com (8.9.1/8.9.1) with SMTP id PAA27232;\n\
Mon, 17 May 1999 15:27:43 -0700 (PDT)\n\
@ -77,7 +77,7 @@ Content-Transfer-Encoding: 7bit\n\
X-UIDL: 19990517.152941\n\
Status: RO";
char *p_test_body =
static char *p_test_body =
"Hello world?\n\
";
#else

View File

@ -61,7 +61,7 @@ static NS_DEFINE_CID( kProxyObjectManagerCID, NS_PROXYEVENT_MANAGER_CID);
#ifdef IMPORT_DEBUG
char *p_test_headers =
static char *p_test_headers =
"Received: from netppl.fi (IDENT:monitor@get.freebsd.because.microsoftsucks.net [209.3.31.115])\n\
by mail4.sirius.com (8.9.1/8.9.1) with SMTP id PAA27232;\n\
Mon, 17 May 1999 15:27:43 -0700 (PDT)\n\
@ -75,7 +75,7 @@ Content-Transfer-Encoding: 7bit\n\
X-UIDL: 19990517.152941\n\
Status: RO";
char *p_test_body =
static char *p_test_body =
"Hello world?\n\
";
#else