projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae18f14
)
Remove 3 hex digit limit on symbol number in recent fix.
author
Andrew Dunstan
<andrew@dunslane.net>
Thu, 31 Jan 2008 16:30:24 +0000
(16:30 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Thu, 31 Jan 2008 16:30:24 +0000
(16:30 +0000)
src/tools/msvc/gendef.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/gendef.pl
b/src/tools/msvc/gendef.pl
index 30959ee8d388cac27dac7d8fcc82003e7703e316..d30417c009f1094c4c79c8cce197c2894601edbf 100644
(file)
--- a/
src/tools/msvc/gendef.pl
+++ b/
src/tools/msvc/gendef.pl
@@
-27,7
+27,7
@@
while (<$ARGV[0]/*.obj>)
{
s/\(\)//g;
my @pieces = split;
- next unless $pieces[0] =~ /^[A-F0-9]{3}$/;
+ next unless $pieces[0] =~ /^[A-F0-9]{3
,
}$/;
next unless $pieces[6];
next if ($pieces[2] eq "UNDEF");
next unless ($pieces[4] eq "External");