2001-02-24
2001-02-24 02:38:33 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
4cdb80c452cd4b040149ba910896e4cf4cf3ea58
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
foreach( x ; y ; z) implemented..
Rev: src/Makefile.in:1.250
Rev: src/docode.c:1.107
Rev: src/interpret_functions.h:1.48
Rev: src/iterators.cmod:1.1
Rev: src/language.yacc:1.228
Rev: src/las.c:1.238
Rev: src/lex.c:1.87
Rev: src/main.c:1.113
Rev: src/mapping_stuff.cmod:1.2(DEAD)
Rev: src/opcodes.h:1.13
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: main.c,v 1.112 2001/02/22 19:23:42 hubbe Exp $");
+ RCSID("$Id: main.c,v 1.113 2001/02/24 02:38:33 hubbe Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
591:
void low_init_main(void)
{
- init_mapping_stuff();
+ init_iterators();
init_pike_searching();
init_error();
init_pike_security();
641: Inside #if defined(DO_PIKE_CLEANUP)
cleanup_pike_types();
cleanup_program();
cleanup_compiler();
- exit_mapping_stuff();
+ exit_iterators();
cleanup_error();
cleanup_backend();