X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Faclocal.m4;h=908be31e356d1777a60c45f39805f5e8d0ed51f2;hp=dda073910fa897af9370ff9897b3249e4595e6d4;hb=a20e6eb464be80b9cd8cae7ce925d27fe9c209ed;hpb=690589d8f19e38925db061296d4f704e4a965bb2 diff --git a/Ada95/aclocal.m4 b/Ada95/aclocal.m4 index dda07391..908be31e 100644 --- a/Ada95/aclocal.m4 +++ b/Ada95/aclocal.m4 @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey dnl -dnl $Id: aclocal.m4,v 1.118 2017/02/26 00:38:49 tom Exp $ +dnl $Id: aclocal.m4,v 1.119 2017/08/12 12:08:48 tom Exp $ dnl Macros used in NCURSES Ada95 auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -1866,7 +1866,7 @@ AC_DEFUN([CF_LIB_TYPE], test -n "$LIB_SUFFIX" && $2="${LIB_SUFFIX}[$]{$2}" ])dnl dnl --------------------------------------------------------------------------- -dnl CF_LINK_DATAONLY version: 11 updated: 2017/01/21 11:06:25 +dnl CF_LINK_DATAONLY version: 12 updated: 2017/07/23 17:46:07 dnl ---------------- dnl Some systems have a non-ANSI linker that doesn't pull in modules that have dnl only data (i.e., no functions), for example NeXT. On those systems we'll @@ -1888,7 +1888,7 @@ EOF rm -f conftest.$ac_ext data.o cat >conftest.$ac_ext < #include -int main() +int main(void) { FILE *fp = fopen("$cf_tempfile", "w"); #ifdef NCURSES_VERSION