Mercurial > hg > xemacs-beta
diff src/elhash.c @ 2333:ba4677f54a05
[xemacs-hg @ 2004-10-14 17:26:18 by james]
More unused parameter fixes.
author | james |
---|---|
date | Thu, 14 Oct 2004 17:26:25 +0000 |
parents | 04bc9d2f42c7 |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- a/src/elhash.c Wed Oct 13 21:52:14 2004 +0000 +++ b/src/elhash.c Thu Oct 14 17:26:25 2004 +0000 @@ -408,7 +408,13 @@ } static void -free_hentries (htentry *hentries, size_t size) +free_hentries (htentry *hentries, +#ifdef ERROR_CHECK_STRUCTURES + size_t size +#else + size_t UNUSED (size) +#endif + ) { #ifdef ERROR_CHECK_STRUCTURES /* Ensure a crash if other code uses the discarded entries afterwards. */