about summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPjotr Prins2025-11-22 11:56:58 +0100
committerPjotr Prins2025-11-22 11:56:58 +0100
commit5b6b5e2ad97b4733125c0845cfae007e8094a687 (patch)
treea44eee936913cadac545c3e71dfc8257c1d1caf3 /src/main.cpp
parent8842a9544bf25041afc52c4481ff7e80bbd55a54 (diff)
downloadpangemma-5b6b5e2ad97b4733125c0845cfae007e8094a687.tar.gz
Call guile code inline from C HEAD master
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 95c8fd3..ee6d597 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,8 +32,8 @@ int main(int argc, char *argv[]) {
 
   gsl_set_error_handler (&gemma_gsl_error_handler);
 
-  global_start_guile();
-
+  gemmaguile::global_start_guile();
+  gemmaguile::start_test();
 
   if (argc <= 1) {
     cGemma.PrintHeader();