Re: [PATCH] compat: Add simplified merge sort implementation from glibc

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Edgar Toernig
Date: Sunday, February 3, 2008 - 5:05 pm

if (size < 1024) {
-		char buf[size]; /* gcc-ism */
+		char buf[1024];
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] compat: Add simplified merge sort implementati ..., Johannes Schindelin, (Sat Feb 2, 7:37 pm)
Re: [PATCH] compat: Add simplified merge sort implementati ..., Johannes Schindelin, (Sun Feb 3, 2:09 pm)
Re: [PATCH] compat: Add simplified merge sort implementati ..., Edgar Toernig, (Sun Feb 3, 5:05 pm)