mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
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:
parent
ab2791fadc
commit
892fb743ac
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user