Update the generate_prefix_files.pl

parent 086fea98
...@@ -30,7 +30,7 @@ sub generate_prefix($$) ...@@ -30,7 +30,7 @@ sub generate_prefix($$)
next; next;
} }
if ( /^\s*[a-zA-Z0-9*_ ]+\s+([_a-zA-Z0-9]+)\s*\(/ ) if ( /^\s*[a-zA-Z0-9*_ ]+\s+\*?([_a-zA-Z0-9]+)\s*\(/ )
{ {
print OUT "#define $1 ya$1\n"; print OUT "#define $1 ya$1\n";
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment