mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-26 03:20:40 +00:00
C2y plans to introduce a new countof operator that will be convenient for GNU tar, so start using it now via Gnulib. * gnulib.modules: Add stdcountof-h. * lib/wordsplit.c, src/buffer.c, src/suffix.c, src/tar.c: Include stdcountof.h, and prefer countof (X) to sizeof X / sizeof *X.