Guest User

Untitled

a guest
Feb 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --- ocaml-4.02.1/asmrun/i386.S.~1~ 2014-06-02 18:10:31.000000000 +0100
  2. +++ ocaml-4.02.1/asmrun/i386.S 2015-04-06 15:59:35.042586921 +0100
  3. @@ -19,7 +19,7 @@
  4. /* Linux/BSD with ELF binaries and Solaris do not prefix identifiers with _.
  5. Linux/BSD with a.out binaries and NextStep do. */
  6.  
  7. -#if defined(SYS_solaris)
  8. +#if (defined(SYS_solaris) && !defined(__GNUC__))
  9. #define CONCAT(a,b) a/**/b
  10. #else
  11. #define CONCAT(a,b) a##b
Add Comment
Please, Sign In to add comment