=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winapi: Remove ALPHA from the architecture list.

Alexandre Julliard julliard at winehq.org
Mon Apr 30 14:13:09 CDT 2012


Module: wine
Branch: master
Commit: 50e7090a005294428b2420d51de6a85a98d4c2b0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=50e7090a005294428b2420d51de6a85a98d4c2b0

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Apr 27 21:40:55 2012 +0200

winapi: Remove ALPHA from the architecture list.

---

 tools/winapi/winapi.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winapi/winapi.pm b/tools/winapi/winapi.pm
index 04d52a1..2ce998f 100644
--- a/tools/winapi/winapi.pm
+++ b/tools/winapi/winapi.pm
@@ -279,7 +279,7 @@ sub parse_spec_file($$) {
 	}
 
 	my $ordinal;
-	my $ARCHES="alpha|arm|i386|powerpc|sparc|win32|win64|x86_64";
+	my $ARCHES="arm|i386|powerpc|sparc|win32|win64|x86_64";
 	if(/^(\d+|@)\s+
 	   (cdecl|pascal|stdcall|varargs|thiscall)\s+
 	   ((?:(?:-arch=(?:$ARCHES)(?:,(?:$ARCHES))*|-noname|-norelay|-ordinal|-i386|-ret16|-ret64|-register|-interrupt|-private)\s+)*)(\S+)\s*\(\s*(.*?)\s*\)\s*(\S*)$/x)




More information about the wine-cvs mailing list