winapi: Remove ALPHA from the architecture list.

oldstable
André Hentschel 2012-04-27 21:40:55 +02:00 committed by Alexandre Julliard
parent f9d91a7dc4
commit 50e7090a00
1 changed files with 1 additions and 1 deletions

View File

@ -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)