]> git.ipfire.org Git - thirdparty/make.git/commit
* src/makeint.h: Add an ARRAYLEN macro to compute array sizes
authorPaul Smith <psmith@gnu.org>
Sun, 7 Jan 2024 16:28:23 +0000 (11:28 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 7 Jan 2024 16:28:23 +0000 (11:28 -0500)
commit1ff728bff4285df8924cfcba024cea58c3350f77
tree753905f79dc31f39c2554460e9c0f2978088e3d5
parent1161779ef8a4c938dea525defae8aa51a5a8aa28
* src/makeint.h: Add an ARRAYLEN macro to compute array sizes

* src/main.c: Replace inline array length computation with ARRAYLEN.
* src/function.c: Ditto.
* src/read.h: Ditto.
src/function.c
src/main.c
src/makeint.h
src/read.c