aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-07-06 09:19:38 -0700
committerPaul Eggert2011-07-06 09:19:38 -0700
commit596a09585fcc1a5c9391a3e9d536ec042a5666ba (patch)
treefe527c96095829161da16f78f2c54afe568b655c
parent12b167347fb77c981e0b0fb34bd2e7d6c5eeddf6 (diff)
downloademacs-596a09585fcc1a5c9391a3e9d536ec042a5666ba.tar.gz
emacs-596a09585fcc1a5c9391a3e9d536ec042a5666ba.zip
* m4/alloca.m4: Merge whitespace changes from gnulib.
-rw-r--r--m4/alloca.m426
1 files changed, 13 insertions, 13 deletions
diff --git a/m4/alloca.m4 b/m4/alloca.m4
index 891fc8bc36f..a8744a844f3 100644
--- a/m4/alloca.m4
+++ b/m4/alloca.m4
@@ -1,4 +1,4 @@
1# alloca.m4 serial 12 1# alloca.m4 serial 13
2dnl Copyright (C) 2002-2004, 2006-2007, 2009-2011 Free Software Foundation, 2dnl Copyright (C) 2002-2004, 2006-2007, 2009-2011 Free Software Foundation,
3dnl Inc. 3dnl Inc.
4dnl This file is free software; the Free Software Foundation 4dnl This file is free software; the Free Software Foundation
@@ -76,17 +76,17 @@ wenotbecray
76if test $ac_cv_os_cray = yes; then 76if test $ac_cv_os_cray = yes; then
77 for ac_func in _getb67 GETB67 getb67; do 77 for ac_func in _getb67 GETB67 getb67; do
78 AC_CHECK_FUNC($ac_func, 78 AC_CHECK_FUNC($ac_func,
79 [AC_DEFINE_UNQUOTED(CRAY_STACKSEG_END, $ac_func, 79 [AC_DEFINE_UNQUOTED(CRAY_STACKSEG_END, $ac_func,
80 [Define to one of `_getb67', `GETB67', 80 [Define to one of `_getb67', `GETB67',
81 `getb67' for Cray-2 and Cray-YMP 81 `getb67' for Cray-2 and Cray-YMP
82 systems. This function is required for 82 systems. This function is required for
83 `alloca.c' support on those systems.]) 83 `alloca.c' support on those systems.])
84 break]) 84 break])
85 done 85 done
86fi 86fi
87 87
88AC_CACHE_CHECK([stack direction for C alloca], 88AC_CACHE_CHECK([stack direction for C alloca],
89 [ac_cv_c_stack_direction], 89 [ac_cv_c_stack_direction],
90[AC_RUN_IFELSE([AC_LANG_SOURCE( 90[AC_RUN_IFELSE([AC_LANG_SOURCE(
91[AC_INCLUDES_DEFAULT 91[AC_INCLUDES_DEFAULT
92int 92int
@@ -105,16 +105,16 @@ main (int argc, char **argv)
105{ 105{
106 return find_stack_direction (0, argc + !argv + 20) < 0; 106 return find_stack_direction (0, argc + !argv + 20) < 0;
107}])], 107}])],
108 [ac_cv_c_stack_direction=1], 108 [ac_cv_c_stack_direction=1],
109 [ac_cv_c_stack_direction=-1], 109 [ac_cv_c_stack_direction=-1],
110 [ac_cv_c_stack_direction=0])]) 110 [ac_cv_c_stack_direction=0])])
111AH_VERBATIM([STACK_DIRECTION], 111AH_VERBATIM([STACK_DIRECTION],
112[/* If using the C implementation of alloca, define if you know the 112[/* If using the C implementation of alloca, define if you know the
113 direction of stack growth for your system; otherwise it will be 113 direction of stack growth for your system; otherwise it will be
114 automatically deduced at runtime. 114 automatically deduced at runtime.
115 STACK_DIRECTION > 0 => grows toward higher addresses 115 STACK_DIRECTION > 0 => grows toward higher addresses
116 STACK_DIRECTION < 0 => grows toward lower addresses 116 STACK_DIRECTION < 0 => grows toward lower addresses
117 STACK_DIRECTION = 0 => direction of growth unknown */ 117 STACK_DIRECTION = 0 => direction of growth unknown */
118@%:@undef STACK_DIRECTION])dnl 118@%:@undef STACK_DIRECTION])dnl
119AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction) 119AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction)
120])# _AC_LIBOBJ_ALLOCA 120])# _AC_LIBOBJ_ALLOCA