From aee13c47bda362cc93ac0519edfc6874763f2b70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 25 May 1998 21:34:11 +0200
Subject: [PATCH] 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
---
 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index db2699e769..9e7563d17a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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();
-- 
GitLab