Index: generic/nsfDebug.c =================================================================== diff -u -r0de05aaed50fced1cd80a9408560a38fb2454bcf -rbdb2dc08519bce23bba805840b1b90c0ab6acffe --- generic/nsfDebug.c (.../nsfDebug.c) (revision 0de05aaed50fced1cd80a9408560a38fb2454bcf) +++ generic/nsfDebug.c (.../nsfDebug.c) (revision bdb2dc08519bce23bba805840b1b90c0ab6acffe) @@ -243,10 +243,10 @@ *---------------------------------------------------------------------- */ -void NsfMemCountAlloc(char *id, void *p) nonnull(1); +// void NsfMemCountAlloc(char *id, void *p) nonnull(1); void -NsfMemCountAlloc(char *id, void *p) { +NsfMemCountAlloc(const char *id, void *p) { int new, *tableInitialized; NsfMemCounter *entry; Tcl_HashTable *tablePtr = NsfMemCountGetTable(&tableInitialized); @@ -294,7 +294,7 @@ *---------------------------------------------------------------------- */ -void NsfMemCountFree(const char *id, void *p) nonnull(1); +// void NsfMemCountFree(const char *id, void *p) nonnull(1); void NsfMemCountFree(const char *id, void *p) {