From db842ded775c819645df270cd32e01843595bb51 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Mon, 23 Feb 2004 19:57:18 +0000 Subject: [PATCH] adding brackets to correct last checkin (r=gisburn) git-svn-id: svn://10.0.0.236/trunk@153106 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/string/public/nsTAString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/string/public/nsTAString.h b/mozilla/xpcom/string/public/nsTAString.h index 52a0e337174..b2fba91a9ed 100644 --- a/mozilla/xpcom/string/public/nsTAString.h +++ b/mozilla/xpcom/string/public/nsTAString.h @@ -457,7 +457,7 @@ class nsTAString_CharT // default because that might tempt people into using it (where it // would be invalid). #if !defined(__SUNPRO_CC) && \ - !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ > 95 + (!defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ > 95) // NOT TO BE IMPLEMENTED nsTAString_CharT( const self_type& );