r39068 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r39067
|
r39068
|
r39069
>
Date:
15:19, 10 August 2008
Author:
river
Status:
old
Tags:
Comment:
fix match() prototypes for gcc 4.3.1
Modified paths:
/trunk/extensions/AbuseFilter/parser_native/affunctions.h
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AbuseFilter/parser_native/affunctions.h
—
—
@@ -30,7 +30,7 @@
31
31
namespace afp {
32
32
33
33
template<typename charT>
34
-int match(char const *, char const *);
34
+int match(charT const *, charT const *);
35
35
36
36
template<typename charT>
37
37
basic_datum<charT>
Status & tagging log
15:30, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r39068
[
removed:
ok
added:
old]