Break GL dependencies.
authormichal <michal@michal-laptop.(none)>
Wed, 29 Aug 2007 21:24:42 +0000 (22:24 +0100)
committermichal <michal@michal-laptop.(none)>
Wed, 29 Aug 2007 21:35:28 +0000 (22:35 +0100)
src/mesa/pipe/tgsi/exec/tgsi_parse.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a6724d7..1096aff
@@ -12,8 +12,9 @@ void
 tgsi_full_token_free(
    union tgsi_full_token *full_token )
 {
-   if( full_token->Token.Type == TGSI_TOKEN_TYPE_IMMEDIATE )
+   if( full_token->Token.Type == TGSI_TOKEN_TYPE_IMMEDIATE ) {
       free( full_token->FullImmediate.u.Pointer );
+   }
 }
 
 unsigned
@@ -49,7 +50,7 @@ tgsi_parse_free(
    tgsi_full_token_free( &ctx->FullToken );
 }
 
-GLuint
+boolean
 tgsi_parse_end_of_tokens(
    struct tgsi_parse_context *ctx )
 {