Skip to content
Snippets Groups Projects
Commit b18e32b6 authored by gerd's avatar gerd
Browse files

* src/lisp/validate.c (validate): Remove a debug fprintf.

parent 49187a54
No related branches found
No related tags found
No related merge requests found
/*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/validate.c,v 1.12 2003/07/19 14:10:16 emarsden Exp $
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/validate.c,v 1.13 2003/07/26 11:24:24 gerd Exp $
*
* Memory Validation
*/
......@@ -75,7 +75,6 @@ validate(void)
#endif
#ifdef RED_ZONE_HIT
fprintf (stderr, "guard\n");
os_guard_control_stack (0, 1);
#endif
}
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