summaryrefslogtreecommitdiff
path: root/textproc/syck/files/patch-lib_syck.h
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/syck/files/patch-lib_syck.h')
-rw-r--r--textproc/syck/files/patch-lib_syck.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/syck/files/patch-lib_syck.h b/textproc/syck/files/patch-lib_syck.h
deleted file mode 100644
index 43ce75290936..000000000000
--- a/textproc/syck/files/patch-lib_syck.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)