Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ae4318

Browse files
committed
Remove 3 hex digit limit on symbol number in recent fix.
1 parent55986a5 commit7ae4318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/gendef.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Script that generates a .DEF file for all objects in a directory
44
#
5-
# $PostgreSQL: pgsql/src/tools/msvc/gendef.pl,v 1.7 2008/01/3103:26:14 adunstan Exp $
5+
# $PostgreSQL: pgsql/src/tools/msvc/gendef.pl,v 1.8 2008/01/3116:30:24 adunstan Exp $
66
#
77

88
die"Usage: gendef.pl <modulepath>\n"unless ($ARGV[0] =~/\\([^\\]+$)/);
@@ -27,7 +27,7 @@
2727
{
2828
s/\(\)//g;
2929
my@pieces =split;
30-
nextunless$pieces[0] =~/^[A-F0-9]{3}$/;
30+
nextunless$pieces[0] =~/^[A-F0-9]{3,}$/;
3131
nextunless$pieces[6];
3232
nextif ($pieces[2]eq"UNDEF");
3333
nextunless ($pieces[4]eq"External");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp