Skip to content
Snippets Groups Projects
Commit aee13c47 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

If the debug-level is high enough, init_cpp() will need string_type_string,

which is initialized by init_types().

Rev: src/main.c:1.54
parent b8e80861
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
RCSID("$Id: main.c,v 1.53 1998/05/25 10:38:45 hubbe Exp $");
RCSID("$Id: main.c,v 1.54 1998/05/25 19:34:11 grubba Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
......@@ -317,9 +317,9 @@ int dbm_main(int argc, char **argv)
init_shared_string_table();
init_interpreter();
init_types();
init_cpp();
init_lex();
init_types();
init_modules();
master();
......
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