* glibcompat.h: Define g_try_realloc as realloc for glib 1.2.x.
Этот коммит содержится в:
родитель
4a9c0da0b0
Коммит
bf39c2c4ef
@ -1,3 +1,7 @@
|
||||
2003-11-14 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* glibcompat.h: Define g_try_realloc as realloc for glib 1.2.x.
|
||||
|
||||
2003-11-14 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (midnight_callback): Ctrl-Shift-Enter now copies full
|
||||
|
@ -21,6 +21,7 @@
|
||||
#if GLIB_MAJOR_VERSION < 2
|
||||
gsize g_strlcpy (gchar *dest, const gchar *src, gsize dest_size);
|
||||
#define g_try_malloc(x) malloc(x)
|
||||
#define g_try_realloc(x) realloc(x)
|
||||
#endif /* GLIB_MAJOR_VERSION < 2 */
|
||||
|
||||
#endif /* !__MC_GLIBCOMPAT_H */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user