diff src/gaim.h @ 590:91f877d86ca6

[gaim-migrate @ 600] Fixed _ wackiness, i hope committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 02 Aug 2000 19:15:13 +0000
parents aa9a8bcddd80
children 7c75d69a1129
line wrap: on
line diff
--- a/src/gaim.h	Wed Aug 02 17:35:00 2000 +0000
+++ b/src/gaim.h	Wed Aug 02 19:15:13 2000 +0000
@@ -98,9 +98,7 @@
 #ifndef USE_APPLET
 #ifdef ENABLE_NLS
 #  include <libintl.h>
-#  ifndef _ /* perl wackiness causes this */
-#    define _(x) gettext(x)
-#  endif
+#  define _(x) gettext(x)
 #  ifdef gettext_noop
 #    define N_(String) gettext_noop (String)
 #  else
@@ -404,7 +402,7 @@
 #define TYPE_SIGNOFF   4
 #define TYPE_KEEPALIVE 5
 
-#define REVISION "gaim:$Revision: 587 $"
+#define REVISION "gaim:$Revision: 600 $"
 #define FLAPON "FLAPON\r\n\r\n"
 
 #define ROAST "Tic/Toc"