*** empty log message ***

This commit is contained in:
hyung-hwan 2005-04-21 03:31:39 +00:00
parent bc82bf0ebf
commit f579516843

View File

@ -3,7 +3,7 @@
#include <xp/c/ctype.h>
#include <xp/c/stdcli.h>
#ifdef LINUX
#ifdef __linux
#include <mcheck.h>
#endif
@ -96,7 +96,7 @@ int xp_main (int argc, xp_char_t* argv[])
xp_cli_t* cli;
int mem, inc;
#ifdef LINUX
#ifdef __linux
mtrace ();
#endif
@ -158,7 +158,7 @@ setlocale (LC_ALL, "");
xp_lisp_free (lisp);
#ifdef LINUX
#ifdef __linux
muntrace ();
#endif
return 0;