summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_arbprogram.h
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2005-12-08 04:34:17 +0000
committerKarl Schultz <kschultz@freedesktop.org>2005-12-08 04:34:17 +0000
commit59af97420e19ba382e0e9dd46005e0b720e4b2c5 (patch)
treef8a4c53346452cc96d610fa63aea034827977378 /src/mesa/tnl/t_vb_arbprogram.h
parent0694adaf71d5048b4a3c64b2280f39efe5f0766f (diff)
use 64-bit typedefs for portability
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.h')
-rw-r--r--src/mesa/tnl/t_vb_arbprogram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.h b/src/mesa/tnl/t_vb_arbprogram.h
index a3cf1d8ca1..87d5573a44 100644
--- a/src/mesa/tnl/t_vb_arbprogram.h
+++ b/src/mesa/tnl/t_vb_arbprogram.h
@@ -111,7 +111,7 @@ union instruction {
GLuint pad2;
} msk;
- long long dword;
+ MESA_LONGLONG dword;
};