diff options
Diffstat (limited to 'lang/elk/patches/patch-aj')
-rw-r--r-- | lang/elk/patches/patch-aj | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/elk/patches/patch-aj b/lang/elk/patches/patch-aj deleted file mode 100644 index b368b860519..00000000000 --- a/lang/elk/patches/patch-aj +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2002/01/09 23:04:56 seb Exp $ - ---- include/misc.h.orig Wed Aug 2 18:16:09 1995 -+++ include/misc.h -@@ -38,9 +38,9 @@ - - /* Align heap addresses */ - #ifdef ALIGN_8BYTE --# define ALIGN(ptr) ((ptr) = (char *)(((long)(ptr) + 7) & ~7)) -+# define ELK_ALIGN(ptr) ((ptr) = (char *)(((long)(ptr) + 7) & ~7)) - #else --# define ALIGN(ptr) ((ptr) = (char *)(((long)(ptr) + 3) & ~3)) -+# define ELK_ALIGN(ptr) ((ptr) = (char *)(((long)(ptr) + 3) & ~3)) - #endif - - /* Normalize stack addresses */ |