From 96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 May 2013 02:29:46 -0400 Subject: Update source file format: remove TABs, use GNU coding styles. --- config.h-vms.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h-vms.template') 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 . */ /* 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 . */ /* 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. */ -- cgit v1.2.3