diff options
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h-vms.template b/config.h-vms.template index 36c5f95..7b180cc 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -177,9 +177,9 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ @@ -407,8 +407,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* maybe this should be placed into makeint.h */ -#if defined(__VAX) && defined(__DECC) -#define alloca(n) __ALLOCA(n) +#if defined(__VAX) && defined(__DECC) +#define alloca(n) __ALLOCA(n) #endif /* Build host information. */ |