Skip to content
Snippets Groups Projects
Commit 8d2c188a authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Don't define DEBUG_MALLOC.

parent 41f05747
No related branches found
No related tags found
No related merge requests found
/*
* $Id: ram-smalloc.c,v 0.10 1993/01/16 23:17:56 ceder Exp $
* $Id: ram-smalloc.c,v 0.11 1993/01/17 03:02:35 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -35,9 +35,9 @@
* Run the resulting lyskomd under gdb. Source trace-mem.gdb. Run
* M-x resolve-trace (from handle-malloc-dump.el) on the resulting output.
*/
#define DEBUG_MALLOC /**/
/* #define DEBUG_MALLOC */
static char *rcsid = "$Id: ram-smalloc.c,v 0.10 1993/01/16 23:17:56 ceder Exp $";
static char *rcsid = "$Id: ram-smalloc.c,v 0.11 1993/01/17 03:02:35 ceder Exp $";
#include "rcs.h"
USE(rcsid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment