This commit is contained in:
Jan Nieuwenhuizen 2019-10-26 14:03:13 +02:00
parent a4f3f01e71
commit d781e444c8
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ struct timeval
#define CDDR(x) CDR (CDR (x))
#define CADAR(x) CAR (CDR (CAR (x)))
#define CADDR(x) CAR (CDR (CDR (x)))
#define CDADAR(x) CAR (CDR (CAR (CDR (x))))
#define CDADR(x) CDR (CAR (CDR (x)))
#endif