diff options
author | wulf <wulf@pkgsrc.org> | 2001-04-23 17:33:05 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2001-04-23 17:33:05 +0000 |
commit | f0e1e8c9476cb8f91deae78630a0f5ed78917895 (patch) | |
tree | 93ca9f5b5843653cb2624498c361a9174035f28b /devel/sdcc/patches/patch-ak | |
parent | 0222877d6462cf901d47976bf9ad121b6268dc3c (diff) | |
download | pkgsrc-f0e1e8c9476cb8f91deae78630a0f5ed78917895.tar.gz |
Updated sdcc to 2.2.1: bugfixes and support for new processor
Fixed build problem that was caused by a suspected bug in yacc
Diffstat (limited to 'devel/sdcc/patches/patch-ak')
-rw-r--r-- | devel/sdcc/patches/patch-ak | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/sdcc/patches/patch-ak b/devel/sdcc/patches/patch-ak index 4e80e258976..1badeb4ccd3 100644 --- a/devel/sdcc/patches/patch-ak +++ b/devel/sdcc/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.1 2000/08/25 21:49:29 tron Exp $ +$NetBSD: patch-ak,v 1.2 2001/04/23 17:33:06 wulf Exp $ ---- sdcc.src/SDCCval.c.orig Fri Sep 10 15:35:45 1999 -+++ sdcc.src/SDCCval.c Fri Aug 25 23:17:26 2000 -@@ -578,7 +578,7 @@ +--- src/SDCCval.c.orig Mon Apr 9 20:40:49 2001 ++++ src/SDCCval.c Mon Apr 9 20:43:10 2001 +@@ -573,7 +573,7 @@ /*------------------------------------------------------------------*/ /* floatFromVal - value to unsinged integer conversion */ /*------------------------------------------------------------------*/ @@ -11,7 +11,7 @@ $NetBSD: patch-ak,v 1.1 2000/08/25 21:49:29 tron Exp $ { if (!val) return 0; -@@ -591,22 +591,22 @@ +@@ -586,22 +586,22 @@ /* if it is not a specifier then we can assume that */ /* it will be an unsigned long */ if (!IS_SPEC(val->type)) |