X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=cache.h;h=33decd942d4985c8efc1c75fd3fa2f4adf4a56ca;hb=60109d0ef5974b5066b6998fafe1da7187174c88;hp=3d5ed51989d6c118062c0709eae41fcb3cc6543b;hpb=ee79b21778cb6b20451f2357ede33f3f5760338c;p=git.git diff --git a/cache.h b/cache.h index 3d5ed5198..33decd942 100644 --- a/cache.h +++ b/cache.h @@ -445,7 +445,7 @@ extern int init_db(const char *template_dir, unsigned int flags); * at least 'nr' entries; the number of entries currently allocated * is 'alloc', using the standard growing factor alloc_nr() macro. * - * DO NOT USE any expression with side-effect for 'x' or 'alloc'. + * DO NOT USE any expression with side-effect for 'x', 'nr', or 'alloc'. */ #define ALLOC_GROW(x, nr, alloc) \ do { \