tgsi: add const qualifier
This commit is contained in:
@@ -358,7 +358,7 @@ epilog(
|
||||
|
||||
boolean
|
||||
tgsi_sanity_check(
|
||||
struct tgsi_token *tokens )
|
||||
const struct tgsi_token *tokens )
|
||||
{
|
||||
struct sanity_check_ctx ctx;
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ extern "C" {
|
||||
*/
|
||||
boolean
|
||||
tgsi_sanity_check(
|
||||
struct tgsi_token *tokens );
|
||||
const struct tgsi_token *tokens );
|
||||
|
||||
#if defined __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user