mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Remove alloca stuff from here. galloca.h takes care of it, correctly.
2000-10-16 Tor Lillqvist <tml@iki.fi> * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h takes care of it, correctly.
This commit is contained in:
parent
03f512769d
commit
e936093123
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user