2003-03-26
2003-03-26 18:53:46 by Martin Nilsson <mani@lysator.liu.se>
-
1c5b3493594ceee4a83a0c0213bf037b2e0683f3
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
It's better to let init_foo_bar have a corresponding exit_foo_bar than cleanup_bzot_baz.
Rev: src/constants.c:1.46
Rev: src/constants.h:1.29
Rev: src/main.c:1.168
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: main.c,v 1.167 2003/02/03 13:58:28 grubba Exp $
+ || $Id: main.c,v 1.168 2003/03/26 18:53:46 nilsson Exp $
*/
#include "global.h"
- RCSID("$Id: main.c,v 1.167 2003/02/03 13:58:28 grubba Exp $");
+ RCSID("$Id: main.c,v 1.168 2003/03/26 18:53:46 nilsson Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
844: Inside #if defined(DO_PIKE_CLEANUP)
exit_builtin();
exit_cpp();
cleanup_interpret();
- cleanup_added_efuns();
+ exit_builtin_constants();
cleanup_module_support();
exit_operators();
exit_iterators();