From 0c44e2ae8b861e06139cfc6377cc59db0f12f781 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 27 Nov 2022 17:24:57 -0700 Subject: * Fixes to the configure script by Florian Meyer (to fix an implicit cast to int in a declaration of a function). --- configure | 2 +- configure.ac | 2 +- pith/pine.hlp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index e6d7a705..5d29dc3b 100755 --- a/configure +++ b/configure @@ -22039,7 +22039,7 @@ else #endif extern void *base; -extern sortf(const void *, const void *); +extern int sortf(const void *, const void *); int sortf(a, b) const void *a; const void *b; { return 0; } diff --git a/configure.ac b/configure.ac index 05b09b2e..f96a4c24 100644 --- a/configure.ac +++ b/configure.ac @@ -1969,7 +1969,7 @@ ac_cv_func_qsort_argtype, #endif extern void *base; -extern sortf(const void *, const void *); +extern int sortf(const void *, const void *); int sortf(a, b) const void *a; const void *b; { return 0; } diff --git a/pith/pine.hlp b/pith/pine.hlp index e5e1775f..5ab526d2 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -147,7 +147,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 666 2022-10-09 10:37:24 +Alpine Commit 667 2022-11-27 17:24:54 ============= h_news ================= -- cgit v1.2.3-70-g09d2