mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
c8a9a239ca
commit
4b95bf234b
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <alloca.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user