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 1511c1158779686f9bf742fdc9db4d35430d159c..4f552df645e129d2f0946688e20f647896a6210a 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 1511c1158779686f9bf742fdc9db4d35430d159c..4f552df645e129d2f0946688e20f647896a6210a 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 1511c1158779686f9bf742fdc9db4d35430d159c..4f552df645e129d2f0946688e20f647896a6210a 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 1511c1158779686f9bf742fdc9db4d35430d159c..4f552df645e129d2f0946688e20f647896a6210a 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 bee523b40a256bd80728892fb8b28b90824bd3cb..0e8c0741f0521c54892c7900b379c5dc4d198aca 100644 (file)
@@ -34,7 +34,6 @@
 
 #include "config.h"
 
-#include <alloca.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>