public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/jless/files: jless-382.262-gentoo.patch
@ 2008-11-02 16:26 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-11-02 16:26 UTC (permalink / raw
  To: gentoo-commits

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);






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 16:26 [gentoo-commits] gentoo-x86 commit in app-i18n/jless/files: jless-382.262-gentoo.patch Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox