summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichal <michal@michal-laptop.(none)>2007-08-29 22:26:23 +0100
committermichal <michal@michal-laptop.(none)>2007-08-29 22:35:28 +0100
commita6e2b76fb570dea8f4a1384e4a9df36f6b81ca84 (patch)
tree8fb6041890f3b86c2e28e2161f0e331c1a443d64
parent6468e68466bfdf93cafafc78d37a156e96af229c (diff)
Break GL dependencies.
-rwxr-xr-x[-rw-r--r--]src/mesa/pipe/tgsi/exec/tgsi_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_parse.h b/src/mesa/pipe/tgsi/exec/tgsi_parse.h
index 56a8c254c29..9372da8d5d1 100644..100755
--- a/src/mesa/pipe/tgsi/exec/tgsi_parse.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_parse.h
@@ -105,7 +105,7 @@ void
tgsi_parse_free(
struct tgsi_parse_context *ctx );
-unsigned
+boolean
tgsi_parse_end_of_tokens(
struct tgsi_parse_context *ctx );