You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/difffilter/files/difffilter-0.3.3-fno-common...

12 lines
313 B

--- a/src/block.h
+++ b/src/block.h
@@ -38,7 +38,7 @@
* The string literal ``\ No newline at end of file'' including the
* newline at the end.
*/
-const char *DIFFFILTER_DIFF_NO_NL_AT_EOF;
+extern const char *DIFFFILTER_DIFF_NO_NL_AT_EOF;
struct diff_block;
typedef struct diff_block *diff_block_t;