diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-04-14 02:58:59 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-04-14 02:58:59 +0200 |
commit | c452bb41104f5ffae7656d7adc774319e0d25196 (patch) | |
tree | 5135b81637bafd6a49b6a0bef0ad15be25118c7d /aclocal.m4 | |
parent | 307e9954a4097df5f13ed65d41d8f42b0284ae69 (diff) | |
download | gmp-c452bb41104f5ffae7656d7adc774319e0d25196.tar.gz |
Regenerate for:
* acinclude.m4 (GMP_CHECK_ASM_UNDERSCORE): Don't depend on C
having "void".
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 4daf8457c..ed71c7ded 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -329,7 +329,7 @@ dnl This sometimes fails to find confdefs.h, for some reason. dnl [#]line __oline__ "[$]0" [#]line __oline__ "configure" #include "confdefs.h" -void underscore_test(void) { +int underscore_test() { return; } EOF if AC_TRY_EVAL(ac_compile); then |