mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Remove Garbage Collection support.
GC support was never enabled by default and nobody in the current development team seems to care about it.
This commit is contained in:
parent
9586766d87
commit
29cf546ee4
5 changed files with 2 additions and 62 deletions
|
|
@ -56,10 +56,6 @@
|
|||
#define g_strcmp0(a, b) (!a ? -(a != b) : (!b ? (a != b) : strcmp(a, b)))
|
||||
#endif
|
||||
|
||||
#ifdef USE_GC
|
||||
# define g_free(x) G_STMT_START { (x) = NULL; } G_STMT_END
|
||||
#endif
|
||||
|
||||
#if defined (UOFF_T_INT)
|
||||
typedef unsigned int uoff_t;
|
||||
#elif defined (UOFF_T_LONG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue