mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 581652 Some versions of GCC don't like nsCRT::IsAsciiSpace r=jst a=bsmedberg
This commit is contained in:
parent
ee7000c1b2
commit
c1ba581be6
@ -58,9 +58,9 @@
|
||||
* "foo,bar,baz," -> "foo" "bar" "baz"
|
||||
*
|
||||
* The function used for whitespace detection is a template argument.
|
||||
* By default, it is nsCRT::IsAsciiSpace.
|
||||
* By default, it is NS_IsAsciiWhitespace.
|
||||
*/
|
||||
template<PRBool IsWhitespace(PRUnichar) = nsCRT::IsAsciiSpace>
|
||||
template<PRBool IsWhitespace(PRUnichar) = NS_IsAsciiWhitespace>
|
||||
class nsCharSeparatedTokenizerTemplate
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user