pkgsrc/www/bluefish/patches/patch-ab

15 lines
389 B
Text
Raw Normal View History

$NetBSD: patch-ab,v 1.9 2006/02/05 19:45:10 adam Exp $
--- src/highlight.c.orig 2005-12-10 11:22:41.000000000 +0100
+++ src/highlight.c
@@ -218,6 +218,9 @@ static gboolean my_own_iter_forward_to_t
}
return FALSE;
}
+#else
+/* The result of this macro will not be used at all. */
+# define get_metaname_from_tag() "(get_metaname_from_tag)"
#endif /* DEBUG */
#ifdef HL_PROFILING