comparison src/free-hook.c @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents e22b0213b713
children 3d8143fc88e1
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
359 359
360 DEFUN ("really-free", Freally_free, 0, 1, "P", /* 360 DEFUN ("really-free", Freally_free, 0, 1, "P", /*
361 Actually free the storage held by the free() debug hook. 361 Actually free the storage held by the free() debug hook.
362 A no-op if the free hook is disabled. 362 A no-op if the free hook is disabled.
363 */ 363 */
364 (arg)) 364 (UNUSED (arg)))
365 { 365 {
366 int count[2]; 366 int count[2];
367 Lisp_Object lisp_count[2]; 367 Lisp_Object lisp_count[2];
368 368
369 if ((__free_hook != 0) && pointer_table) 369 if ((__free_hook != 0) && pointer_table)