From 59921254b16d2a46534fe7f8d4a8c7274e864474 Mon Sep 17 00:00:00 2001
From: ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 4 Sep 2003 00:04:02 +0000
Subject: 	* intl.h (N_): Remove parentheses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71041 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/intl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gcc/intl.h')

diff --git a/gcc/intl.h b/gcc/intl.h
index 18f66490c59..80a945b45f8 100644
--- a/gcc/intl.h
+++ b/gcc/intl.h
@@ -48,7 +48,7 @@ extern size_t gcc_gettext_width (const char *);
 #endif
 
 #ifndef N_
-# define N_(msgid) (msgid)
+# define N_(msgid) msgid
 #endif
 
 #endif /* intl.h */
-- 
cgit v1.2.1