Remove alloca stuff from here. galloca.h takes care of it, correctly.
authorTor Lillqvist <tml@iki.fi>
Mon, 16 Oct 2000 19:55:26 +0000 (19:55 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 16 Oct 2000 19:55:26 +0000 (19:55 +0000)
2000-10-16  Tor Lillqvist  <tml@iki.fi>

* glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
takes care of it, correctly.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glibconfig.h.win32.in

index cf54a21..3cb79c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index cf54a21..3cb79c3 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index cf54a21..3cb79c3 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index cf54a21..3cb79c3 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index cf54a21..3cb79c3 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index cf54a21..3cb79c3 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index cf54a21..3cb79c3 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index cf54a21..3cb79c3 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-16  Tor Lillqvist  <tml@iki.fi>
 
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
        * giowin32.c (reader_thread): Some more debugging output.
        (g_io_channel_win32_poll): Remove unused vars.
 
index bb6457f..9b59c94 100644 (file)
@@ -95,11 +95,6 @@ typedef guint32 gsize;
 
 #define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END
 
-#define GLIB_HAVE_ALLOCA_H 1
-#ifdef _MSC_VER
-#define alloca _alloca
-#endif
-
 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@