summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_half.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_half.py')
-rw-r--r--src/gallium/auxiliary/util/u_half.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_half.py b/src/gallium/auxiliary/util/u_half.py
index a92f758750..8007482e97 100644
--- a/src/gallium/auxiliary/util/u_half.py
+++ b/src/gallium/auxiliary/util/u_half.py
@@ -56,7 +56,7 @@ def begin(t, n, l):
table_index = 0
table_length = l
print
- print t + " " + n + "[" + str(l) + "] = {"
+ print "const " + t + " " + n + "[" + str(l) + "] = {"
def value(v):
global table_index