Fix make errors
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
196767e08b
commit
18d3333cfd
@ -21,7 +21,7 @@ foreach $file (@ARGV)
|
|||||||
$func="";
|
$func="";
|
||||||
while (<IN>)
|
while (<IN>)
|
||||||
{
|
{
|
||||||
if (!/;$/ && /^([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*[),]/)
|
if (!/;$/ && /^\**([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*([),]|$)/)
|
||||||
{
|
{
|
||||||
/^([^()]*(\([^()]*\)[^()]*)*)\(/;
|
/^([^()]*(\([^()]*\)[^()]*)*)\(/;
|
||||||
$1 =~ /([A-Za-z_0-9]*)$/;
|
$1 =~ /([A-Za-z_0-9]*)$/;
|
||||||
|
@ -250,7 +250,7 @@ while (($hdr, $lib) = each %libinc)
|
|||||||
|
|
||||||
if ($gotfile) {
|
if ($gotfile) {
|
||||||
while(<IN>) {
|
while(<IN>) {
|
||||||
if(/^\#define\s+(\S+)\s+(\S+)/) {
|
if(/^\#\s*define\s+(\S+)\s+(\S+)/) {
|
||||||
$name = $1;
|
$name = $1;
|
||||||
$code = $2;
|
$code = $2;
|
||||||
next if $name =~ /^${lib}err/;
|
next if $name =~ /^${lib}err/;
|
||||||
|
Loading…
Reference in New Issue
Block a user