Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061

git-svn-id: svn://10.0.0.236/trunk@73904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-07-10 07:13:31 +00:00
parent a0f273206b
commit 50a5bb697c
48 changed files with 165 additions and 24 deletions

View File

@@ -25,6 +25,7 @@
#include <string.h>
#include "platform.h"
#include "xp_core.h"
#define XP_STRCASECMP strcasecomp
#define XP_STRNCASECMP strncasecomp
@@ -34,7 +35,6 @@
#define XP_TO_UPPER(i) xp_toupper(i)
#define XP_TO_LOWER(i) xp_tolower(i)
#ifdef XP_UNIX /* because I can't verify yet.. */
#ifdef DEBUG
XP_BEGIN_PROTOS
extern char * NOT_NULL (const char *x);
@@ -136,7 +136,6 @@
#endif
#endif
#endif /* XP_UNIX -- ifdef'd because I can't yet verify */
XP_BEGIN_PROTOS
/*