summaryrefslogtreecommitdiff
path: root/gpgscm/scheme.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgscm/scheme.c')
-rw-r--r--gpgscm/scheme.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpgscm/scheme.c b/gpgscm/scheme.c
index 1b489e4..eb57ba4 100644
--- a/gpgscm/scheme.c
+++ b/gpgscm/scheme.c
@@ -873,7 +873,7 @@ gc_reservation_failure(struct scheme *sc)
{
#ifdef NDEBUG
fprintf(stderr,
- "insufficient reservation\n")
+ "insufficient reservation\n");
#else
fprintf(stderr,
"insufficient %s reservation in line %d\n",
@@ -5615,7 +5615,9 @@ int scheme_init_custom_alloc(scheme *sc, func_alloc malloc, func_dealloc free) {
sc->fcells = 0;
sc->inhibit_gc = GC_ENABLED;
sc->reserved_cells = 0;
+#ifndef NDEBUG
sc->reserved_lineno = 0;
+#endif
sc->no_memory=0;
sc->inport=sc->NIL;
sc->outport=sc->NIL;