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:
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user