diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-05 23:19:56 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-05 23:19:56 +0000 |
commit | ef25aae5a45dfbca85ad2d5444b455727bbf36b4 (patch) | |
tree | 4e30a1256044aa99162fd321663e2bb24b6a0000 /lang/yap-devel/files/patch-H__absmi.h | |
parent | - Build with GCC (diff) |
- Build with GCC
- Remove extra patches
Diffstat (limited to 'lang/yap-devel/files/patch-H__absmi.h')
-rw-r--r-- | lang/yap-devel/files/patch-H__absmi.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/yap-devel/files/patch-H__absmi.h b/lang/yap-devel/files/patch-H__absmi.h deleted file mode 100644 index da683a9fec74..000000000000 --- a/lang/yap-devel/files/patch-H__absmi.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./H/absmi.h.orig 2013-11-03 01:59:20.000000000 -0200 -+++ ./H/absmi.h 2013-11-03 01:59:48.000000000 -0200 -@@ -74,7 +74,7 @@ - * Use bp as PREG for X86 machines * - ***************************************************************/ - #if defined(IN_ABSMI_C) --register struct yami* P1REG asm ("bp"); /* can't use yamop before Yap.h */ -+struct yami* P1REG asm ("bp"); /* can't use yamop before Yap.h */ - #define PREG P1REG - #endif - #define NEEDS_TO_SET_PC 1 |