adding brackets to correct last checkin (r=gisburn)

git-svn-id: svn://10.0.0.236/trunk@153106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2004-02-23 19:57:18 +00:00
parent 4e753b6343
commit db842ded77

View File

@@ -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& );