tgsi: add const qualifier
authorKeith Whitwell <keithw@vmware.com>
Sat, 12 Sep 2009 21:04:36 +0000 (14:04 -0700)
committerKeith Whitwell <keithw@vmware.com>
Sat, 12 Sep 2009 21:04:36 +0000 (14:04 -0700)
src/gallium/auxiliary/tgsi/tgsi_sanity.c
src/gallium/auxiliary/tgsi/tgsi_sanity.h

index 8a13885da9bca46ab415a4059860c12d99ffd08a..53e13b30e63c4442d7f9903e1133a4c589050079 100644 (file)
@@ -358,7 +358,7 @@ epilog(
 
 boolean
 tgsi_sanity_check(
-   struct tgsi_token *tokens )
+   const struct tgsi_token *tokens )
 {
    struct sanity_check_ctx ctx;
 
index ca45e94c7ad3595093166a6a3e7abafa33494a8d..52263ff8832b2f1f82f202004e8409559abb8e26 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
  */
 boolean
 tgsi_sanity_check(
-   struct tgsi_token *tokens );
+   const struct tgsi_token *tokens );
 
 #if defined __cplusplus
 }