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

View File

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