1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00
This commit is contained in:
Berke Viktor 2012-06-03 12:10:47 +02:00
parent 39422d5503
commit f480aed3c4

View File

@ -77,10 +77,6 @@ void *xchat_realloc (char *old, int len, char *file, int line);
#define USERNAMELEN 10
#define HIDDEN_CHAR 8 /* invisible character for xtext */
#ifdef __cplusplus
#define asdfasdf
#endif
#if defined(ENABLE_NLS) && !defined(_)
# include <libintl.h>
# define _(x) gettext(x)