Don't include alloca.h. It is not needed, and does not exist on win32.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 18 Jan 2005 13:41:57 +0000 (13:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 18 Jan 2005 13:41:57 +0000 (13:41 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gqsort.c

index 1511c11..4f552df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
index 1511c11..4f552df 100644 (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)
 
index 1511c11..4f552df 100644 (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)
 
index 1511c11..4f552df 100644 (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)
 
index bee523b..0e8c074 100644 (file)
@@ -34,7 +34,6 @@
 
 #include "config.h"
 
-#include <alloca.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>