2001-06-26
2001-06-26 21:03:50 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
9a6d00436f878cdc2d5afc02798f277aa2d8185d
(9 lines)
(+7/-2)
[
Show
| Annotate
]
Branch: 7.9
more debug
Rev: src/gc.c:1.154
Rev: src/gc.h:1.76
Rev: src/lex.c:1.89
Rev: src/main.c:1.129
Rev: src/mapping.c:1.125
Rev: src/pike_memory.c:1.105
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: main.c,v 1.128 2001/06/25 20:03:40 grubba Exp $");
+ RCSID("$Id: main.c,v 1.129 2001/06/26 21:03:50 hubbe Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
728:
}
#endif
+ #ifdef PIKE_DEBUG
+ /* For profiling */
+ exit_lex();
+ #endif
+
exit(num);
}
785: Inside #if defined(DO_PIKE_CLEANUP)
exit_dynamic_load();
exit_signals();
exit_builtin();
- exit_lex();
+
exit_cpp();
cleanup_interpret();
cleanup_added_efuns();