mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
Remove final instances of index/rindex defines. (#74)
This commit is contained in:
parent
6a336a186e
commit
d5965b64de
4
inc/os.h
4
inc/os.h
@ -86,8 +86,6 @@
|
||||
#define SUNOS54 1
|
||||
#endif
|
||||
#undef U_INT32_DECLARED_IN_AUTH
|
||||
#define index strchr
|
||||
#define rindex strrchr
|
||||
#define bzero(b,n) memset(b,0,n)
|
||||
#define bcmp(a,b,n) memcmp(a,b,n)
|
||||
#define bcopy(a,b,n) memcpy(b,a,n)
|
||||
@ -97,8 +95,6 @@
|
||||
#ifndef USE_DLPI
|
||||
#define USE_DLPI 1
|
||||
#endif
|
||||
#define index strchr
|
||||
#define rindex strrchr
|
||||
#define signal sigset
|
||||
#define bzero(b,n) memset(b,0,n)
|
||||
#define bcmp(a,b,n) memcmp(a,b,n)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user