summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2022-11-27 17:24:57 -0700
committerEduardo Chappa <chappa@washington.edu>2022-11-27 17:24:57 -0700
commit0c44e2ae8b861e06139cfc6377cc59db0f12f781 (patch)
tree9a86e614cd7523ff989a1ef66fe2adf605b417ba
parent15f0c3199d09ce9fdcc5ad7db974e7292b30fb02 (diff)
downloadalpine-0c44e2ae8b861e06139cfc6377cc59db0f12f781.tar.xz
* Fixes to the configure script by Florian Meyer (to fix an implicit
cast to int in a declaration of a function).
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--pith/pine.hlp2
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 =================
<HTML>
<HEAD>