Revert arraycount

This commit is contained in:
sjg 2020-04-03 03:35:16 +00:00
parent 8953c85736
commit f48d69a4a4
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: make.h,v 1.106 2020/04/03 03:32:28 sjg Exp $ */
/* $NetBSD: make.h,v 1.107 2020/04/03 03:35:16 sjg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@ -532,8 +532,4 @@ int cached_stat(const char *, void *);
#define KILLPG(pid, sig) killpg((pid), (sig))
#endif
#ifndef __arraycount
#define __arraycount(__x) (sizeof(__x) / sizeof(__x[0]))
#endif
#endif /* _MAKE_H_ */