summaryrefslogtreecommitdiff
path: root/gpgscm
diff options
context:
space:
mode:
Diffstat (limited to 'gpgscm')
-rw-r--r--gpgscm/ffi.c1
-rw-r--r--gpgscm/main.c1
-rw-r--r--gpgscm/scheme.c3
3 files changed, 1 insertions, 4 deletions
diff --git a/gpgscm/ffi.c b/gpgscm/ffi.c
index 578c68d..2067b0d 100644
--- a/gpgscm/ffi.c
+++ b/gpgscm/ffi.c
@@ -19,7 +19,6 @@
#include <config.h>
-#include <assert.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
diff --git a/gpgscm/main.c b/gpgscm/main.c
index 22c7c98..07d8e07 100644
--- a/gpgscm/main.c
+++ b/gpgscm/main.c
@@ -19,7 +19,6 @@
#include <config.h>
-#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
diff --git a/gpgscm/scheme.c b/gpgscm/scheme.c
index 906e563..1b489e4 100644
--- a/gpgscm/scheme.c
+++ b/gpgscm/scheme.c
@@ -33,7 +33,6 @@
# include <math.h>
#endif
-#include <assert.h>
#include <limits.h>
#include <stdint.h>
#include <float.h>
@@ -881,7 +880,7 @@ gc_reservation_failure(struct scheme *sc)
sc->frame_freelist == sc->NIL ? "frame" : "cell",
sc->reserved_lineno);
#endif
- abort();
+ _gpgrt_abort();
}
/* Disable the garbage collection and reserve the given number of