mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
(SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in AC_TRY_RUN.
This commit is contained in:
parent
056f9269e2
commit
d4628c57ec
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ SCM_I_GSC_STACK_GROWS_UP=0
|
||||||
AC_TRY_RUN(aux (l) unsigned long l;
|
AC_TRY_RUN(aux (l) unsigned long l;
|
||||||
{ int x; exit (l >= ((unsigned long)&x)); }
|
{ int x; exit (l >= ((unsigned long)&x)); }
|
||||||
main () { int q; aux((unsigned long)&q); },
|
main () { int q; aux((unsigned long)&q); },
|
||||||
SCM_I_GSC_STACK_GROWS_UP=1
|
[SCM_I_GSC_STACK_GROWS_UP=1],
|
||||||
[],
|
[],
|
||||||
[AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)])
|
[AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue