]> Pileus Git - ~andy/sunrise/blob - app-text/peg-markdown/files/peg-markdown-0.4.12-declare.patch
app-text/peg-markdown: New ebuild for bug #411895 thanks to mgorny
[~andy/sunrise] / app-text / peg-markdown / files / peg-markdown-0.4.12-declare.patch
1 --- markdown_peg.h
2 +++ markdown_peg.h
3 @@ -2,7 +2,6 @@
4  #include "markdown_lib.h"
5  #include <glib.h>
6  
7 -extern char *strdup(const char *string);
8  
9  /* Information (label, URL and title) for a link. */
10  struct Link {