mirror of
https://github.com/nigels-com/glew.git
synced 2025-03-09 03:03:07 +00:00
- fixed handling of "void" despite the case
This commit is contained in:
parent
f7aca0a762
commit
3091aad3b3
@ -47,7 +47,7 @@ sub make_pfn_alias($%)
|
||||
my $fixed_up_calllist = "";
|
||||
|
||||
#if the parm list is void, nothing to substitute
|
||||
if($parms ne "void")
|
||||
if(lc($parms) ne "void")
|
||||
{
|
||||
#split parms
|
||||
my @split_parms = split(/,/,$parms);
|
||||
|
Loading…
Reference in New Issue
Block a user