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)

x86
Windows NT
defect

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.
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()
Target Milestone: --- → Future
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
verified
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.