about summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPjotr Prins2025-11-22 10:35:33 +0100
committerPjotr Prins2025-11-22 10:35:33 +0100
commitd9f1a4a8e648725bff2b03a59651e56644eb8c4b (patch)
treeb4fe8ef2d20367e78c84043621c452f45ae9a942 /src/main.cpp
parent7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add (diff)
downloadpangemma-d9f1a4a8e648725bff2b03a59651e56644eb8c4b.tar.gz
Introduce libguile and drop version generator
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index deadc63..95c8fd3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,6 +22,7 @@
 #include <sstream>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <guile_api.h>
 
 using namespace std;
 
@@ -31,6 +32,9 @@ int main(int argc, char *argv[]) {
 
   gsl_set_error_handler (&gemma_gsl_error_handler);
 
+  global_start_guile();
+
+
   if (argc <= 1) {
     cGemma.PrintHeader();
     cGemma.PrintHelp(0);