removed const correctness fix in GL_ARB_shader_objects

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@282 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-09-06 01:13:39 +00:00
parent 3d47930cca
commit 82b540177c
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ EOT
EOT
# fix const correctness in GL_ARB_shader_objects
perl -e 's/(.+glUniform.*(fv|iv).+)(GLfloat\*.+|GLint\*.+)/\1const \3/;' -pi $1/GL_ARB_shader_objects
# perl -e 's/(.+glUniform.*(fv|iv).+)(GLfloat\*.+|GLint\*.+)/\1const \3/;' -pi $1/GL_ARB_shader_objects
# clean up
rm -f $1/*.bak