From 26c78a4968a3c10ca006699d240150e6aa4b4250 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 12 Jan 2010 12:15:24 +0000 Subject: gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency. --- src/gallium/drivers/llvmpipe/lp_test_conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/lp_test_conv.c') diff --git a/src/gallium/drivers/llvmpipe/lp_test_conv.c b/src/gallium/drivers/llvmpipe/lp_test_conv.c index 3b48eac382..c1abee424c 100644 --- a/src/gallium/drivers/llvmpipe/lp_test_conv.c +++ b/src/gallium/drivers/llvmpipe/lp_test_conv.c @@ -142,7 +142,7 @@ add_conv_test(LLVMModuleRef module, } -ALIGN_STACK +PIPE_ALIGN_STACK static boolean test_one(unsigned verbose, FILE *fp, -- cgit v1.2.3