From: "Matsuu Takuto (matsuu)" <matsuu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/jless/files: jless-382.262-gentoo.patch
Date: Sun, 02 Nov 2008 16:26:01 +0000 [thread overview]
Message-ID: <E1Kwfm5-0006mt-Ai@stork.gentoo.org> (raw)
matsuu 08/11/02 16:26:01
Added: jless-382.262-gentoo.patch
Log:
Fixed HOMEPAGE, LICENSE and DEPEND. Removed pkg_postinst. Added eautoreconf, bug #240008.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Revision Changes Path
1.1 app-i18n/jless/files/jless-382.262-gentoo.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/files/jless-382.262-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/files/jless-382.262-gentoo.patch?rev=1.1&content-type=text/plain
Index: jless-382.262-gentoo.patch
===================================================================
diff -Naur less-382.orig/multi.c less-382/multi.c
--- less-382.orig/multi.c 2008-11-02 20:17:16.000000000 +0900
+++ less-382/multi.c 2008-11-02 20:20:07.000000000 +0900
@@ -279,7 +279,6 @@
case 0x70: return 4; /* or more bytes */
}
}
- assert(0);
return (0);
}
@@ -1337,8 +1336,6 @@
default: goto wrongone;
}
break;
- default:
- assert(0);
}
if (mp->eseq == NOESC) {
fix_status_for_escape_sequence(mp);
@@ -1857,8 +1854,6 @@
strcpy(buf, "96N( )");
buf[4] = CS2FT(mp->icharset);
break;
- default:
- assert(0);
}
if (CS2IRR(mp->icharset) > 0)
{
@@ -2078,7 +2073,6 @@
return (nullcvbuffer);
} else
{
- assert(0);
cvindex = 0;
}
@@ -2171,7 +2165,6 @@
cvindex = 0;
return (nullcvbuffer);
}
- assert(0);
cvindex = 0;
return (cvbuffer);
}
@@ -2270,7 +2263,6 @@
cvindex = 0;
return (nullcvbuffer);
}
- assert(0);
cvindex = 0;
return (cvbuffer);
}
@@ -2296,7 +2288,6 @@
cs = CS2CHARSET(cs);
- assert(0);
if (cs == ASCII || cs == JISX0201ROMAN)
{
assert(cvindex == 1);
@@ -2324,7 +2315,6 @@
cvindex = 0;
return (nullcvbuffer);
}
- assert(0);
cvindex = 0;
return (cvbuffer);
}
@@ -2390,7 +2380,6 @@
case TYPE_96N_CHARSET:
return (2);
default:
- assert(0);
return (0);
}
}
@@ -2410,7 +2399,7 @@
case 4: p = "iso8"; mp->io.inputr = ESISO8; break;
case 5: p = "noconv"; mp->io.inputr = ESNOCONV; break;
case 6: p = "none"; mp->io.inputr = ESNONE; break;
- default: assert(0); break;
+ default: break;
}
init_priority(mp);
return (p);
reply other threads:[~2008-11-02 16:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Kwfm5-0006mt-Ai@stork.gentoo.org \
--to=matsuu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox