added a const, clean-up

This commit is contained in:
Brian Paul
2005-11-03 02:26:47 +00:00
parent 45cd2f9305
commit 1624162b0c
2 changed files with 16 additions and 12 deletions

View File

@@ -249,7 +249,7 @@ _mesa_add_unnamed_constant(struct program_parameter_list *paramList,
extern GLint
_mesa_add_state_reference(struct program_parameter_list *paramList,
GLint *stateTokens);
const GLint *stateTokens);
extern GLfloat *
_mesa_lookup_parameter_value(struct program_parameter_list *paramList,