Module Name: src Committed By: sjg Date: Fri Apr 3 03:35:16 UTC 2020
Modified Files: src/usr.bin/make: make.h Log Message: Revert arraycount To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/make.h diff -u src/usr.bin/make/make.h:1.106 src/usr.bin/make/make.h:1.107 --- src/usr.bin/make/make.h:1.106 Fri Apr 3 03:32:28 2020 +++ src/usr.bin/make/make.h Fri Apr 3 03:35:16 2020 @@ -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_ */