13 lines
389 B
Text
13 lines
389 B
Text
|
http://bugs.netsurf-browser.org/mantis/view.php?id=2431
|
||
|
--- test/testutils/domtsasserts.c.orig Sun Feb 21 04:47:54 2016
|
||
|
+++ test/testutils/domtsasserts.c Sun Feb 21 04:48:08 2016
|
||
|
@@ -14,7 +14,7 @@
|
||
|
|
||
|
#include "domts.h"
|
||
|
|
||
|
-void __assert2(const char *expr, const char *function,
|
||
|
+void dom_assert2(const char *expr, const char *function,
|
||
|
const char *file, int line)
|
||
|
{
|
||
|
UNUSED(function);
|