gallium: Simplify PIPE_ALIGN_VAR.
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_ppc.c
index cec5b11fd3eead02c6fcc37b5dd5a93f490c632f..ad553c71a5703acdfe49e690d781dffa971a4fed 100644 (file)
@@ -51,7 +51,8 @@
  * Since it's pretty much impossible to form PPC vector immediates, load
  * them from memory here:
  */
-PIPE_ALIGN_VAR(16, const float ppc_builtin_constants[]) = {
+PIPE_ALIGN_VAR(16) const float 
+ppc_builtin_constants[] = {
    1.0f, -128.0f, 128.0, 0.0
 };