[PATCH 0/3] Use "__asm__" keyword instead of "asm"

Yann Droneaud yann at droneaud.fr
Mon Oct 26 09:33:12 CDT 2009


When using GCC in ansi/c99 mode, "asm" is not defined, one have 
to use "__asm__" instead.
"__asm__" is already used in wine source code except in some 
files.

Here are some patches which fix this.

Yann Droneaud (4):
  configure.ac: Use __asm__ keyword instead of asm
  loader: use __asm__ keyword instead of asm
  ntdll: use __asm__ keyword instead of asm in signal_sparc.c

 configure.ac              |   10 +++++-----
 dlls/ntdll/signal_sparc.c |    2 +-
 loader/main.c             |    4 ++--



More information about the wine-patches mailing list