Remove xp_core.h & xp_mem.h and all build references to them.

Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski


git-svn-id: svn://10.0.0.236/trunk@117612 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2002-03-27 06:02:39 +00:00
parent 6958ef5bed
commit bfd788cd4d
72 changed files with 107 additions and 1039 deletions

View File

@@ -240,9 +240,9 @@
#include "xp_mcom.h"
#define O_ACCMODE 3 /* Mask for file access modes */
#define EFTYPE 2000
XP_BEGIN_PROTOS
PR_BEGIN_EXTERN_C
int mkstemp(const char *path);
XP_END_PROTOS
PR_END_EXTERN_C
#endif /* MACINTOSH */
#if !defined(_WINDOWS) && !defined(macintosh) && !defined(XP_OS2)