mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
tgsi: add const qualifier
This commit is contained in:
parent
3cb30e55e4
commit
983b261e6d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue