summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/guile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mailutils/guile.h b/include/mailutils/guile.h
index d4e4ee4b2..9e2dbf29a 100644
--- a/include/mailutils/guile.h
+++ b/include/mailutils/guile.h
@@ -33,9 +33,12 @@
# define scm_primitive_eval_x scm_eval_x
# define scm_i_big2dbl scm_big2dbl
# define scm_c_eval_string scm_eval_0str
+# define MU_SCM_SYMBOL_VALUE(p) scm_symbol_value0(p)
extern SCM scm_long2num (long val);
+#else
+# define MU_SCM_SYMBOL_VALUE(p) SCM_VARIABLE_REF(scm_c_lookup(p))
#endif
typedef struct
@@ -51,9 +54,6 @@ typedef struct
void *data;
} guimb_param_t;
-extern SCM _mu_scm_mailer;
-extern SCM _mu_scm_debug;
-
#ifdef __cplusplus
extern "C" {
#endif

Return to:

Send suggestions and report system problems to the System administrator.