1
0
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:
Bruce Mitchener 2020-12-16 09:31:46 +07:00 committed by GitHub
parent 6a336a186e
commit d5965b64de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)