Fixed strict refs problem on cygwin

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@529 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2008-10-26 16:07:59 +00:00
parent ab2791fadc
commit 892fb743ac
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ foreach my $spec (sort @speclist)
{
if ($token =~ /^$prefix\_.*/i)
{
print EXT "\t" . $token . " " . ${%{$tokens}}{$token} . "\n";
print EXT "\t" . $token . " " . ${\%{$tokens}}{$token} . "\n";
}
}
foreach my $function (sort keys %{$functions})