Don't include alloca.h. It is not needed, and does not exist on win32.

2005-01-18  Matthias Clasen  <mclasen@redhat.com>

	* glib/gqsort.c: Don't include alloca.h. It is not needed,
	and does not exist on win32.  (#164468, Kazuki IWAMOTO)
This commit is contained in:
Matthias Clasen 2005-01-18 13:41:57 +00:00 committed by Matthias Clasen
parent c8a9a239ca
commit 4b95bf234b
5 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Don't include alloca.h. It is not needed,
and does not exist on win32. (#164468, Kazuki IWAMOTO)
* glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a
sparse warning. (#164467, Kjartan Maraas)

View File

@ -1,5 +1,8 @@
2005-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Don't include alloca.h. It is not needed,
and does not exist on win32. (#164468, Kazuki IWAMOTO)
* glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a
sparse warning. (#164467, Kjartan Maraas)

View File

@ -1,5 +1,8 @@
2005-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Don't include alloca.h. It is not needed,
and does not exist on win32. (#164468, Kazuki IWAMOTO)
* glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a
sparse warning. (#164467, Kjartan Maraas)

View File

@ -1,5 +1,8 @@
2005-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Don't include alloca.h. It is not needed,
and does not exist on win32. (#164468, Kazuki IWAMOTO)
* glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a
sparse warning. (#164467, Kjartan Maraas)

View File

@ -34,7 +34,6 @@
#include "config.h"
#include <alloca.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>