Closed
Bug 171879
Opened 23 years ago
Closed 23 years ago
Delete unused preprocessor macros from xp_str.h
Categories
(SeaMonkey :: Build Config, defect, P4)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 173634
Future
People
(Reporter: joerg_brunsmann, Assigned: netscape)
Details
The macros
#define XP_IS_CNTRL(i)
#define XP_IS_DIGIT(i)
#define XP_IS_ALPHA(VAL)
in file
http://lxr.mozilla.org/seamonkey/source/include/xp_str.h
are not used and can be deleted.
| Reporter | ||
Comment 1•23 years ago
|
||
Also, XP_IS_SPACE(VAL) can be moved to nsCRT or nsString and references to the
macros XP_STRLEN(s), XP_STRCMP(a, b), XP_STRNCMP(a, b, n) and XP_STRCPY(d, s)
can be exchanged with the standard strlen(), strcmp(), strncmp() and strcpy()
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → Future
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P4
Summary: Delete unused preprocessor macros → Delete unused preprocessor macros from xp_str.h
*** This bug has been marked as a duplicate of 173634 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•