sh.h (tcsh-6.22.02) | : | sh.h (tcsh-6.22.03) | ||
---|---|---|---|---|
skipping to change at line 1152 | skipping to change at line 1152 | |||
#endif | #endif | |||
#define Strcasecmp(a, b) s_strcasecmp(a, b) | #define Strcasecmp(a, b) s_strcasecmp(a, b) | |||
#define Strspl(a, b) s_strspl(a, b) | #define Strspl(a, b) s_strspl(a, b) | |||
#define Strnsave(a, b) s_strnsave(a, b) | #define Strnsave(a, b) s_strnsave(a, b) | |||
#define Strsave(a) s_strsave(a) | #define Strsave(a) s_strsave(a) | |||
#define Strend(a) s_strend(a) | #define Strend(a) s_strend(a) | |||
#define Strstr(a, b) s_strstr(a, b) | #define Strstr(a, b) s_strstr(a, b) | |||
#endif | #endif | |||
#define TCSH_MODIFIERS "ehlqrstuxQ" | ||||
/* | /* | |||
* setname is a macro to save space (see sh.err.c) | * setname is a macro to save space (see sh.err.c) | |||
*/ | */ | |||
EXTERN const char *bname; | EXTERN const char *bname; | |||
#define setname(a) (bname = (a)) | #define setname(a) (bname = (a)) | |||
#ifdef VFORK | #ifdef VFORK | |||
EXTERN Char *Vsav; | EXTERN Char *Vsav; | |||
EXTERN Char *Vdp; | EXTERN Char *Vdp; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |