From e936093123c8292e2c5b62773e00ac7c51d48043 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 Oct 2000 19:55:26 +0000 Subject: [PATCH] Remove alloca stuff from here. galloca.h takes care of it, correctly. 2000-10-16 Tor Lillqvist * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h takes care of it, correctly. --- ChangeLog | 3 +++ ChangeLog.pre-2-0 | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-12 | 3 +++ ChangeLog.pre-2-2 | 3 +++ ChangeLog.pre-2-4 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ glibconfig.h.win32.in | 5 ----- 9 files changed, 24 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf54a215..3cb79c35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cf54a215..3cb79c35 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cf54a215..3cb79c35 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index cf54a215..3cb79c35 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cf54a215..3cb79c35 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cf54a215..3cb79c35 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cf54a215..3cb79c35 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cf54a215..3cb79c35 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2000-10-16 Tor Lillqvist + * 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. diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index bb6457f0..9b59c94d 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -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@ -- 2.34.1