freebsd-ports/textproc/syck/files/patch-lib_syck.h
Martin Wilke 893bb11fb0 - Unbreak build
PR:		176956
Submitted by:	Stephon Chen <stephon@gmail.com>
2013-03-23 17:51:36 +00:00

11 lines
285 B
C

--- lib/syck.h.orig 2013-03-14 21:32:03.000000000 +0800
+++ lib/syck.h 2013-03-14 21:32:45.000000000 +0800
@@ -467,7 +467,7 @@
/*
* Lexer prototypes
*/
-void syckerror( const char * );
+void syckerror( void *, const char * );
int syckparse( void * );
#if defined(__cplusplus)